diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-01-10 20:55:16 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-01-10 20:55:16 +0800 |
commit | 2f7ee7ef2ed7e862649f279465875595cc9497ad (patch) | |
tree | f3dd6c1a77fe2db7016662fda2a41e1877804c03 /widgets/misc/e-send-options.glade | |
parent | 618a3d8c635eea38929ca8f123ac6e76ade9973e (diff) | |
download | gsoc2013-evolution-2f7ee7ef2ed7e862649f279465875595cc9497ad.tar.gz gsoc2013-evolution-2f7ee7ef2ed7e862649f279465875595cc9497ad.tar.zst gsoc2013-evolution-2f7ee7ef2ed7e862649f279465875595cc9497ad.zip |
Added code to support global options. Filled the finalize and dispose
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
* e-send-options.c: (e_send_options_get_widgets_data),
(e_send_options_fill_widgets_with_data), (page_changed_cb),
(init_widgets), (get_widgets), (setup_widgets),
(e_sendoptions_set_global), (e_sendoptions_dialog_run),
(e_sendoptions_dialog_finalize), (e_sendoptions_dialog_dispose),
(e_sendoptions_dialog_init), (e_sendoptions_dialog_class_init),
(e_sendoptions_dialog_get_type): Added code to support global options.
Filled the finalize and dispose functions.
* e-send-options.glade: Changed a label id.
* e-send-options.h: Added the set_global function.
svn path=/trunk/; revision=28315
Diffstat (limited to 'widgets/misc/e-send-options.glade')
-rw-r--r-- | widgets/misc/e-send-options.glade | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/misc/e-send-options.glade b/widgets/misc/e-send-options.glade index 6c973fbc0d..bb6618b106 100644 --- a/widgets/misc/e-send-options.glade +++ b/widgets/misc/e-send-options.glade @@ -82,7 +82,8 @@ <child> <widget class="GtkNotebook" id="notebook"> <property name="visible">True</property> - <property name="show_tabs">False</property> + <property name="can_focus">True</property> + <property name="show_tabs">True</property> <property name="show_border">True</property> <property name="tab_pos">GTK_POS_TOP</property> <property name="scrollable">False</property> @@ -1157,9 +1158,9 @@ Mail Receipt</property> </child> <child> - <widget class="GtkLabel" id="sopts-label"> + <widget class="GtkLabel" id="slabel"> <property name="visible">True</property> - <property name="label" translatable="yes">Sta_tus Tracking</property> + <property name="label" translatable="yes">Sta_tus Tracking</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |