CVS: sylpheedclaws/sylpheed-claws/src prefs_receive.c,1.1.2.12,1.1.2.13
[email protected] Tue, 19 Dec 2006 15:02:45 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv4539/src
Modified Files:
Tag: gtk2
prefs_receive.c
Log Message:
2006-12-19 [wwp] 2.6.1cvs51
* src/prefs_receive.c
Better spacing between widgets in prefs.
Index: prefs_receive.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/Attic/prefs_receive.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- prefs_receive.c 2006/11/07 10:39:21 1.1.2.12
+++ prefs_receive.c 2006/12/19 15:02:40 1.1.2.13
@@ -92,7 +92,6 @@
GtkWidget *hbox_autochk;
GtkWidget *checkbtn_autochk;
- GtkWidget *label_autochk1;
GtkObject *spinbtn_autochk_adj;
GtkWidget *spinbtn_autochk;
GtkWidget *label_autochk2;
@@ -153,11 +152,7 @@
gtk_box_pack_start (GTK_BOX (vbox2), hbox_autochk, FALSE, FALSE, 0);
PACK_CHECK_BUTTON (hbox_autochk, checkbtn_autochk,
- _("Automatically check for new mail"));
-
- label_autochk1 = gtk_label_new (_("every"));
- gtk_widget_show (label_autochk1);
- gtk_box_pack_start (GTK_BOX (hbox_autochk), label_autochk1, FALSE, FALSE, 0);
+ _("Automatically check for new mail every"));
spinbtn_autochk_adj = gtk_adjustment_new (5, 1, 100, 1, 10, 10);
spinbtn_autochk = gtk_spin_button_new
@@ -171,7 +166,6 @@
gtk_widget_show (label_autochk2);
gtk_box_pack_start (GTK_BOX (hbox_autochk), label_autochk2, FALSE, FALSE, 0);
- SET_TOGGLE_SENSITIVITY(checkbtn_autochk, label_autochk1);
SET_TOGGLE_SENSITIVITY(checkbtn_autochk, spinbtn_autochk);
SET_TOGGLE_SENSITIVITY(checkbtn_autochk, label_autochk2);