graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/properties.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/properties.c
Date: Thu, 21 Apr 2005 19:16:48 -0400

Index: graveman/current/src/properties.c
diff -u graveman/current/src/properties.c:1.5 
graveman/current/src/properties.c:1.6
--- graveman/current/src/properties.c:1.5       Thu Apr 21 00:37:30 2005
+++ graveman/current/src/properties.c   Thu Apr 21 23:16:45 2005
@@ -110,7 +110,10 @@
 
   /* afficher le status bar ? */
   gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(sc_grave_get_widget(Lg, 
"statusbar")), conf_get_boolean("statusbar"));
-  
+
+  /* afficher les tooltips ? */
+  gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(sc_grave_get_widget(Lg, 
"tooltips")), conf_get_boolean("tooltips"));
+
   /* combo taille des icones */
   remplirecombo(GTK_COMBO_BOX(sc_grave_get_widget(Lg, "iconsizelist")), "", 
       Gtypeicosize, TRUE, conf_get_string("iconsize"));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]