[Commits] [SCM] claws branch, master, updated. 3.13.0-33-gcf327d6

mones at claws-mail.org mones at claws-mail.org
Thu Oct 22 16:28:47 CEST 2015


The branch, master has been updated
       via  cf327d607e846dadcbf2b5b21f1d6f7e01155dcf (commit)
      from  78294fa3af34ea89a286d5d69f962524fc98c36e (commit)

Summary of changes:
 src/plugins/vcalendar/vcal_prefs.c |    3 +++
 1 file changed, 3 insertions(+)


- Log -----------------------------------------------------------------
commit cf327d607e846dadcbf2b5b21f1d6f7e01155dcf
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Oct 22 16:28:38 2015 +0200

    Set option to its own row

diff --git a/src/plugins/vcalendar/vcal_prefs.c b/src/plugins/vcalendar/vcal_prefs.c
index 64ea6da..4d42040 100644
--- a/src/plugins/vcalendar/vcal_prefs.c
+++ b/src/plugins/vcalendar/vcal_prefs.c
@@ -415,6 +415,9 @@ static void vcal_prefs_create_widget_func(PrefsPage * _page,
 	gtk_widget_show (register_orage_checkbtn);
 	gtk_box_pack_start(GTK_BOX (hbox3), register_orage_checkbtn, TRUE, TRUE, 0);
 
+	hbox3 = gtk_hbox_new (FALSE, 8);
+	gtk_widget_show (hbox3);
+	gtk_box_pack_start(GTK_BOX (vbox3), hbox3, TRUE, TRUE, 0);
 	calendar_server_checkbtn = gtk_check_button_new_with_label(_("Export as GNOME shell calendar server"));
 	CLAWS_SET_TIP(calendar_server_checkbtn,
 		      _("Register D-Bus calendar server interface to export Claws Mail's calendar"));

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list