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

Stephan Arts stephan at xfce.org
Wed Jan 2 16:10:04 CET 2008


Author: stephan
Date: 2008-01-02 15:10:04 +0000 (Wed, 02 Jan 2008)
New Revision: 3769

Modified:
   ristretto/trunk/src/thumbnail_bar.c
Log:
Fix auto-center restore


Modified: ristretto/trunk/src/thumbnail_bar.c
===================================================================
--- ristretto/trunk/src/thumbnail_bar.c	2008-01-02 14:42:00 UTC (rev 3768)
+++ ristretto/trunk/src/thumbnail_bar.c	2008-01-02 15:10:04 UTC (rev 3769)
@@ -578,8 +578,8 @@
 {
     if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(thumb)) == TRUE)
     {
+        bar->priv->auto_center = TRUE;
         rstto_navigator_entry_select (rstto_thumbnail_get_entry(thumb));
-        bar->priv->auto_center = TRUE;
     }
 }
 




More information about the Goodies-commits mailing list