[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-9-g071af8a28
wwp at claws-mail.org
wwp at claws-mail.org
Wed Nov 9 08:31:07 CET 2022
The branch, gtk2 has been updated
via 071af8a2801ac393357ae9818ccf44ca346ad6a6 (commit)
from 08e8c779ed36b64f2a6776afc4e97a315aa07787 (commit)
Summary of changes:
src/mainwindow.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit 071af8a2801ac393357ae9818ccf44ca346ad6a6
Author: wwp <subscript at free.fr>
Date: Wed Nov 9 09:30:29 2022 +0100
Revert "fix bug where, when starting with msgview hidden, toggling msgview to show it would use incorrect height",
not needed for GTK2.
This reverts commit 9d2ab67a3478a93e25ec18f879bea2a7e0627505.
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 0710d8c02..f0a1111e8 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2759,8 +2759,6 @@ void main_window_toggle_message_view(MainWindow *mainwin)
mainwin->messageview->visible = TRUE;
gtk_widget_reparent(GTK_WIDGET_PTR(summaryview), ppaned);
gtk_container_add(GTK_CONTAINER(container), ppaned);
- gtk_paned_set_position(GTK_PANED(ppaned),
- prefs_common.summaryview_height);
g_object_unref(ppaned);
}
break;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list