[Commits] [SCM] claws branch, master, updated. 3.10.0-22-gd2af47b

colin at claws-mail.org colin at claws-mail.org
Fri May 30 15:43:44 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  d2af47b2de8d3d72eddecce24d9bbf83738414b0 (commit)
      from  e439c5a1e30df44cb395a3334f8fc3a0b2334f69 (commit)


- Log -----------------------------------------------------------------
commit d2af47b2de8d3d72eddecce24d9bbf83738414b0
Author: Colin Leroy <colin at colino.net>
Date:   Fri May 30 15:43:52 2014 +0200

    Fix bug #2728, "erroneous switching from one to three column view"

diff --git a/src/mainwindow.c b/src/mainwindow.c
index 517db91..7b71254 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -4139,6 +4139,8 @@ static void set_layout_cb(GtkAction *action, GtkRadioAction *current, gpointer d
 	mainwindow_reset_paned(GTK_PANED(mainwin->vpaned));
 	if (old_layout_mode == SMALL_LAYOUT && layout_mode != SMALL_LAYOUT) {
 		mainwindow_reset_paned(GTK_PANED(mainwin->hpaned));
+		if (layout_mode == VERTICAL_LAYOUT)
+			mainwindow_reset_paned(GTK_PANED(mainwin->vpaned));
 	}
 	if (old_layout_mode != SMALL_LAYOUT && layout_mode == SMALL_LAYOUT) {
 		mainwin_paned_show_first(GTK_PANED(mainwin->hpaned));

-----------------------------------------------------------------------

Summary of changes:
 src/mainwindow.c |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list