Moved return receipt check button to the correct place.
authorSergey Vlasov <vsu@users.sourceforge.net>
Sun, 13 May 2001 14:47:57 +0000 (14:47 +0000)
committerSergey Vlasov <vsu@users.sourceforge.net>
Sun, 13 May 2001 14:47:57 +0000 (14:47 +0000)
ChangeLog.claws
src/prefs_common.c

index 0cb68bd9cb4642a7ddbaa530762483f06a444ffd..89e1fcf79204193f875be1328b93b42219b803ee 100644 (file)
@@ -5,6 +5,8 @@
        the panel is already on screen.
        * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
        closing the alert window by ESC as "No".
+       * src/prefs_common.c (prefs_interface_create): moved return
+       receipt check button to the correct place.
 
 2001-03-13 [alfons]
 
index 770862ab3ea29097b512491f0d851da5573dd2c6..fd0d0f079fbe8bcbb6d7e9f9a9db9c1a5eaec33e 100644 (file)
@@ -1912,6 +1912,9 @@ static void prefs_interface_create(void)
                (vbox2, checkbtn_addaddrbyclick,
                 _("Add address to destination when double-clicked"));
 
+       PACK_CHECK_BUTTON (vbox2, checkbtn_returnreceipt,
+                          _("Send return receipt on request"));
+
        PACK_FRAME (vbox1, frame_exit, _("On exit"));
 
        vbox_exit = gtk_vbox_new (FALSE, VSPACING_NARROW);
@@ -1935,9 +1938,6 @@ static void prefs_interface_create(void)
        PACK_CHECK_BUTTON (vbox_exit, checkbtn_warnqueued,
                           _("Warn if there are queued messages"));
 
-       PACK_CHECK_BUTTON (vbox_exit, checkbtn_returnreceipt,
-                          _("Send return receipt on request"));
-
        interface.checkbtn_emacs          = checkbtn_emacs;
        interface.checkbtn_openunread     = checkbtn_openunread;
        interface.checkbtn_openinbox      = checkbtn_openinbox;