aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/select-names.glade
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 09:24:53 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 09:24:53 +0800
commita451a634c20ffb820fd07700b9bb88fbd29df2b9 (patch)
treeeaaa372f989cdb74eb7685b3f80cb10d08c88ae0 /addressbook/gui/component/select-names/select-names.glade
parent1150b8d1b3f6691ea50eeb768216838311f7b7c6 (diff)
downloadgsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar.gz
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar.bz2
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar.lz
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar.xz
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.tar.zst
gsoc2013-evolution-a451a634c20ffb820fd07700b9bb88fbd29df2b9.zip
Include e-select-names-factory.h.
2000-07-08 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook-factory.c: Include e-select-names-factory.h. * gui/component/select-names/e-select-names-model.c: Handle a NULL iterator properly in the replace function. * gui/component/select-names/e-select-names-table-model.c: Fill in info properly in the value_at function. * gui/component/select-names/e-select-names-text-model.c: Don't strlen a NULL text object. * gui/component/select-names/e-select-names.c: Close if the person hits ok or cancel (doesn't yet actually undo changes if Cancel is hit.) Handle removing addresses when they're double clicked on. * gui/component/select-names/select-names.glade, gui/component/select-names/select-names.glade.h: Hid some unused fields and changed the text at the top of the dialog. svn path=/trunk/; revision=3989
Diffstat (limited to 'addressbook/gui/component/select-names/select-names.glade')
-rw-r--r--addressbook/gui/component/select-names/select-names.glade4
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade
index 46da911228..90ca93bd3a 100644
--- a/addressbook/gui/component/select-names/select-names.glade
+++ b/addressbook/gui/component/select-names/select-names.glade
@@ -114,6 +114,7 @@
<widget>
<class>GtkEntry</class>
<name>entry-find</name>
+ <visible>False</visible>
<can_focus>True</can_focus>
<has_focus>True</has_focus>
<editable>True</editable>
@@ -130,6 +131,7 @@
<widget>
<class>GtkButton</class>
<name>button-find</name>
+ <visible>False</visible>
<can_focus>True</can_focus>
<label>Find...</label>
<child>
@@ -143,7 +145,7 @@
<widget>
<class>GtkAccelLabel</class>
<name>accellabel1</name>
- <label>T_ype name or select from List:</label>
+ <label>Select name from List:</label>
<justify>GTK_JUSTIFY_LEFT</justify>
<wrap>False</wrap>
<xalign>0</xalign>