aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/contact-editor.glade
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-04-17 07:57:01 +0800
committerHans Petter <hansp@src.gnome.org>2004-04-17 07:57:01 +0800
commit1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5 (patch)
tree7d7b3c276b4916ea706c8cac629a0cf7e189f9d3 /addressbook/gui/contact-editor/contact-editor.glade
parentdf20fdbeaa7781faea1e4608a9ad06625ec3c709 (diff)
downloadgsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar.gz
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar.bz2
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar.lz
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar.xz
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.tar.zst
gsoc2013-evolution-1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5.zip
Add "wants HTML" checkbox.
2004-04-16 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/contact-editor.glade: Add "wants HTML" checkbox. * gui/contact-editor/contact-editor.c (email_location_to_index) (email_entry_changed) (set_entry_changed_signal_email) (file_save_cb) (file_close_cb) (file_save_as_cb) (file_send_as_cb) (file_send_to_cb) (contact_deleted_cb) (delete_cb) (print_cb) (print_envelope_cb) (tb_save_and_close_cb) (verbs) (pixmaps) (create_ui): Remove unused funcs. (command_state_changed): Remove bonobo calls. (e_contact_editor_init): Remove bonobo stuff. (fill_in_email) (fill_in_im): Remove unused vars. svn path=/trunk/; revision=25498
Diffstat (limited to 'addressbook/gui/contact-editor/contact-editor.glade')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade23
1 files changed, 22 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index 256645f1a6..cefd73f07a 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -358,7 +358,7 @@
<widget class="GtkTable" id="table85">
<property name="border_width">12</property>
<property name="visible">True</property>
- <property name="n_rows">2</property>
+ <property name="n_rows">3</property>
<property name="n_columns">4</property>
<property name="homogeneous">False</property>
<property name="row_spacing">6</property>
@@ -603,6 +603,27 @@
<property name="y_options"></property>
</packing>
</child>
+
+ <child>
+ <widget class="GtkCheckButton" id="checkbutton-htmlmail">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Wants to receive HTML mail</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">4</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options">fill</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
</widget>
</child>