talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit cf327d607e846dadcbf2b5b21f1d6f7e01155dcf
parent 78294fa3af34ea89a286d5d69f962524fc98c36e
Author: Ricardo Mones <ricardo@mones.org>
Date:   Thu, 22 Oct 2015 16:28:38 +0200

Set option to its own row

Diffstat:
Msrc/plugins/vcalendar/vcal_prefs.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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"));