aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/contact-editor.glade
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-12-17 07:29:21 +0800
committerHans Petter <hansp@src.gnome.org>2003-12-17 07:29:21 +0800
commitc13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32 (patch)
tree87a1196954ecbe01328d23afb23e4c036634ebdd /addressbook/gui/contact-editor/contact-editor.glade
parentdb7a74c0b7276ea71c45d029210112a92ce33d7a (diff)
downloadgsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar.gz
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar.bz2
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar.lz
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar.xz
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.tar.zst
gsoc2013-evolution-c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32.zip
Implement. Creates source selection option menu.
2003-12-16 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/e-contact-editor.c (e_contact_editor_create_source_option_menu): Implement. Creates source selection option menu. * gui/contact-editor/contact-editor.glade: Add source selection custom widget. svn path=/trunk/; revision=23953
Diffstat (limited to 'addressbook/gui/contact-editor/contact-editor.glade')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade42
1 files changed, 42 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index 10b05c27b4..3fd8cd922c 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -1521,6 +1521,48 @@
<property name="y_options">fill</property>
</packing>
</child>
+
+ <child>
+ <widget class="Custom" id="source-option-menu-source">
+ <property name="visible">True</property>
+ <property name="creation_function">e_contact_editor_create_source_option_menu</property>
+ <property name="int1">0</property>
+ <property name="int2">0</property>
+ <property name="last_modification_time">Tue, 16 Dec 2003 23:18:06 GMT</property>
+ </widget>
+ <packing>
+ <property name="left_attach">7</property>
+ <property name="right_attach">8</property>
+ <property name="top_attach">12</property>
+ <property name="bottom_attach">13</property>
+ <property name="x_options">fill</property>
+ <property name="y_options">fill</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="label-addressbook">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Addressbook:</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">1</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ <packing>
+ <property name="left_attach">5</property>
+ <property name="right_attach">7</property>
+ <property name="top_attach">12</property>
+ <property name="bottom_attach">13</property>
+ <property name="x_options">fill</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="tab_expand">False</property>