[Goodies-commits] r3917 - ristretto/trunk/src
    Stephan Arts 
    stephan at xfce.org
       
    Tue Feb  5 09:41:18 CET 2008
    
    
  
Author: stephan
Date: 2008-02-05 08:41:17 +0000 (Tue, 05 Feb 2008)
New Revision: 3917
Modified:
   ristretto/trunk/src/thumbnail_bar.c
Log:
one step closer to making it work...
Modified: ristretto/trunk/src/thumbnail_bar.c
===================================================================
--- ristretto/trunk/src/thumbnail_bar.c	2008-02-05 00:06:48 UTC (rev 3916)
+++ ristretto/trunk/src/thumbnail_bar.c	2008-02-05 08:41:17 UTC (rev 3917)
@@ -218,8 +218,8 @@
     GtkAllocation child_allocation;
     GtkRequisition child_requisition;
 
-    child_allocation.x = allocation->x + border_width;
-    child_allocation.y = allocation->y + border_width;
+    child_allocation.x = 0;
+    child_allocation.y = 0;
     child_allocation.height = 0;
     child_allocation.width = 0;
 
    
    
More information about the Goodies-commits
mailing list