Author: juha
Date: 2006-08-27 19:31:19 +0000 (Sun, 27 Aug 2006)
New Revision: 22908

Modified:
   xfcalendar/trunk/src/appointment.c
Log:
another fix for formatting. now it should be fine.


Modified: xfcalendar/trunk/src/appointment.c
===================================================================
--- xfcalendar/trunk/src/appointment.c  2006-08-27 19:18:01 UTC (rev 22907)
+++ xfcalendar/trunk/src/appointment.c  2006-08-27 19:31:19 UTC (rev 22908)
@@ -1718,7 +1718,7 @@
             , (GtkAttachOptions) (0));
 
     apptw->appRecur_byday_label = gtk_label_new(_("Weekdays"));
-    apptw->appRecur_byday_hbox = gtk_hbox_new(FALSE, 5);
+    apptw->appRecur_byday_hbox = gtk_hbox_new(TRUE, 0);
     for (i=0; i <= 6; i++) {
         apptw->appRecur_byday_cb[i] = 
                 gtk_check_button_new_with_mnemonic(weekday_array[i]);
@@ -1731,7 +1731,7 @@
             , (GtkAttachOptions) (0));
 
     apptw->appRecur_byday_spin_label = gtk_label_new(_("Which day"));
-    apptw->appRecur_byday_spin_hbox = gtk_hbox_new(FALSE, 2);
+    apptw->appRecur_byday_spin_hbox = gtk_hbox_new(TRUE, 0);
     for (i=0; i <= 6; i++) {
         apptw->appRecur_byday_spin[i] = 
                 gtk_spin_button_new_with_range(-9, 9, 1);

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

Reply via email to