Make ending count of occurrences of Recurrence tab numeric only.
2003-11-17 Harry Lu <harry.lu@sun.com> * gui/dialogs/recurrence-page.c (make_ending_count_special): Make ending count of occurrences of Recurrence tab numeric only. svn path=/trunk/; revision=23379
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-11-17 Harry Lu <harry.lu@sun.com>
|
||||
|
||||
* gui/dialogs/recurrence-page.c (make_ending_count_special):
|
||||
Make ending count of occurrences of Recurrence tab numeric only.
|
||||
|
||||
2003-11-16 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* gui/tasks-control.c (tasks_control_set_property): add a uri
|
||||
|
||||
@ -1359,6 +1359,7 @@ make_ending_count_special (RecurrencePage *rpage)
|
||||
|
||||
adj = GTK_ADJUSTMENT (gtk_adjustment_new (1, 1, 10000, 1, 10, 10));
|
||||
priv->ending_count_spin = gtk_spin_button_new (adj, 1, 0);
|
||||
gtk_spin_button_set_numeric ((GtkSpinButton *)priv->ending_count_spin, TRUE);
|
||||
gtk_box_pack_start (GTK_BOX (hbox), priv->ending_count_spin,
|
||||
FALSE, FALSE, 6);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user