projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78294fa
)
Set option to its own row
author
Ricardo Mones
<ricardo@mones.org>
Thu, 22 Oct 2015 14:28:38 +0000
(16:28 +0200)
committer
Ricardo Mones
<ricardo@mones.org>
Thu, 22 Oct 2015 14:28:38 +0000
(16:28 +0200)
src/plugins/vcalendar/vcal_prefs.c
patch
|
blob
|
history
diff --git
a/src/plugins/vcalendar/vcal_prefs.c
b/src/plugins/vcalendar/vcal_prefs.c
index 64ea6da566ddcfa325641d0d3cad70f26f479688..4d420409c6c43a0f372ae788b10cc988dbc07954 100644
(file)
--- 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"));