[Commits] [SCM] claws branch, master, updated. 4.3.1-47-g38a246866
wwp at claws-mail.org
wwp at claws-mail.org
Mon Mar 17 15:47:51 UTC 2025
The branch, master has been updated
via 38a2468660f6db6498b9ab7e4ca6687eaf9683f6 (commit)
from c4c065735424cdc3fc80c51a1db0fac03d59cff1 (commit)
Summary of changes:
src/plugins/archive/archiver_gtk.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 38a2468660f6db6498b9ab7e4ca6687eaf9683f6
Author: wwp <subscript at free.fr>
Date: Mon Mar 17 16:47:24 2025 +0100
Mail archiver: remove surrounding frame.
diff --git a/src/plugins/archive/archiver_gtk.c b/src/plugins/archive/archiver_gtk.c
index 85830b236..0a71cd4fb 100644
--- a/src/plugins/archive/archiver_gtk.c
+++ b/src/plugins/archive/archiver_gtk.c
@@ -1065,15 +1065,9 @@ void archiver_gtk_show(void) {
G_CALLBACK(archiver_dialog_cb),
page);
- frame = gtk_frame_new(_("Enter Archiver arguments"));
- gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_ETCHED_OUT);
- gtk_container_set_border_width(GTK_CONTAINER(frame), 4);
- content_area = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
- gtk_container_add(GTK_CONTAINER(content_area), frame);
-
vbox1 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 4);
gtk_container_set_border_width (GTK_CONTAINER (vbox1), 4);
- gtk_container_add(GTK_CONTAINER(frame), vbox1);
+ gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), vbox1);
hbox1 = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 4);
gtk_container_set_border_width(GTK_CONTAINER(hbox1), 4);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list