Author: juha
Date: 2008-02-09 16:22:39 +0000 (Sat, 09 Feb 2008)
New Revision: 26603

Modified:
   xfcalendar/trunk/src/parameters.c
Log:
 Fixed problem in preferences when setting stick or on top
 properties.


Modified: xfcalendar/trunk/src/parameters.c
===================================================================
--- xfcalendar/trunk/src/parameters.c   2008-02-07 22:42:22 UTC (rev 26602)
+++ xfcalendar/trunk/src/parameters.c   2008-02-09 16:22:39 UTC (rev 26603)
@@ -205,7 +205,7 @@
 
     g_par.set_stick = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(
             itf->set_stick_checkbutton));
-    set_menu();
+    set_stick();
 }
 
 static void set_ontop()
@@ -220,7 +220,7 @@
 
     g_par.set_ontop = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(
             itf->set_ontop_checkbutton));
-    set_menu();
+    set_ontop();
 }
 
 static void set_taskbar()

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to