Changeset 98

Show
Ignore:
Timestamp:
07/01/08 19:38:57 (2 months ago)
Author:
inz
Message:

Fix returning from display off.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mh-home-sysmon/trunk/debian/changelog

    r96 r98  
     1mh-home-sysmon (0.0.3) unstable; urgency=low 
     2 
     3  * Fix returning from display off. 
     4 
     5 -- Santtu Lakkala <inz@inz.fi>  Tue,  1 Jul 2008 19:37:54 +0300 
     6 
    17mh-home-sysmon (0.0.2) unstable; urgency=low 
    28 
  • mh-home-sysmon/trunk/mh-home-sysmon.c

    r96 r98  
    395395                if (priv->timer_source) { 
    396396                        g_source_remove(priv->timer_source); 
     397                        priv->timer_source = 0; 
    397398                } 
    398399        } else {