aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/im.glade
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-02-27 00:39:35 +0800
committerChris Toshok <toshok@src.gnome.org>2004-02-27 00:39:35 +0800
commit74abd9591145248fb1cf65c7270739e109eefec9 (patch)
tree9d24c5f2ddaf0fcb4ca947271d96497ffc09faec /addressbook/gui/contact-editor/im.glade
parent27e55ce5ec82ce7378759f738621183ac2b7efb0 (diff)
downloadgsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.gz
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.bz2
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.lz
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.xz
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.zst
gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.zip
set the location label/option menu to visible.
2004-02-26 Chris Toshok <toshok@ximian.com> * gui/contact-editor/im.glade: set the location label/option menu to visible. * gui/contact-editor/e-contact-editor.c (add_im_clicked): build up the vcard attributes manually so we can set the TYPE= parameter to the location the user specifies. (edit_im_clicked): same. Also, use COLUMN_IM_LOCATION_TYPE, which is not localized to pass the location to the editor. (remove_im_clicked): reindent. (im_treeview_drag_data_get_cb): same. (im_treeview_drag_data_rcv_cb): same. (setup_im_treeview): add another column for the (non-localized) location type, and reindent. (add_im_field): use the new attribute api for EContact so we can get the location of each account, and set things appropriately on the store. * gui/contact-editor/e-contact-editor-im.c (e_contact_editor_im_class_init): reindent. (e_contact_editor_im_new): same. (fill_in_info): same. svn path=/trunk/; revision=24886
Diffstat (limited to 'addressbook/gui/contact-editor/im.glade')
-rw-r--r--addressbook/gui/contact-editor/im.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/im.glade b/addressbook/gui/contact-editor/im.glade
index 04f1e6915d..9523fabd04 100644
--- a/addressbook/gui/contact-editor/im.glade
+++ b/addressbook/gui/contact-editor/im.glade
@@ -153,6 +153,7 @@
<child>
<widget class="GtkLabel" id="label-location">
+ <property name="visible">True</property>
<property name="label" translatable="yes">Location:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
@@ -176,6 +177,7 @@
<child>
<widget class="GtkOptionMenu" id="optmenu-location">
+ <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="history">-1</property>
</widget>