Show
Ignore:
Timestamp:
07/02/08 16:23:07 (6 months ago)
Author:
inz
Message:

Fix ugly white rectangles when showing home.

Files:

Legend:

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

    r98 r100  
     1mh-home-sysmon (0.0.4) unstable; urgency=low 
     2 
     3  * Fix ugly white rectangles when showing home. 
     4 
     5 -- Santtu Lakkala <inz@inz.fi>  Wed,  2 Jul 2008 16:22:07 +0300 
     6 
    17mh-home-sysmon (0.0.3) unstable; urgency=low 
    28 
  • mh-home-sysmon/trunk/mh-home-sysmon.c

    r98 r100  
    186186        } 
    187187 
    188         gtk_widget_queue_draw(GTK_WIDGET(plugin)); 
     188        if (!priv->foreground) { 
     189                gtk_widget_queue_draw(GTK_WIDGET(plugin)); 
     190        } 
    189191 
    190192        return TRUE; 
     
    209211 
    210212        (void)event; 
    211  
    212         if (!priv->foreground) { 
    213                 return TRUE; 
    214         } 
    215213 
    216214        cr = gdk_cairo_create(GDK_DRAWABLE(widget->window));