[Goodies-commits] r3401 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Sat Oct 20 00:16:40 CEST 2007


Author: stephan
Date: 2007-10-19 22:16:40 +0000 (Fri, 19 Oct 2007)
New Revision: 3401

Modified:
   ristretto/trunk/src/picture_viewer.c
Log:
repaint picture viewer widget on size allocate



Modified: ristretto/trunk/src/picture_viewer.c
===================================================================
--- ristretto/trunk/src/picture_viewer.c	2007-10-19 19:22:56 UTC (rev 3400)
+++ ristretto/trunk/src/picture_viewer.c	2007-10-19 22:16:40 UTC (rev 3401)
@@ -212,6 +212,7 @@
     }
 
     rstto_picture_viewer_refresh(viewer);
+    rstto_picture_viewer_paint(GTK_WIDGET(viewer));
 }
 
 static void




More information about the Goodies-commits mailing list