aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/select-names.glade
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-30 10:40:27 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-30 10:40:27 +0800
commite464ef303415e68809d28d4edb38c6e2baa325a3 (patch)
tree43ab2121aec18c44781f186ada37a61c79cb57ad /addressbook/gui/component/select-names/select-names.glade
parentd6372c9ae9c6cdc415318630cbfa155e34d90668 (diff)
downloadgsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.gz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.bz2
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.lz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.xz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.zst
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.zip
Change the query when the "Update List" button is pushed.
2001-06-29 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (update_query): Change the query when the "Update List" button is pushed. * gui/component/select-names/e-select-names.h: Removed currently_selected field. Added categories_entry field. * gui/component/select-names/select-names.glade: Added "Update List" button. svn path=/trunk/; revision=10622
Diffstat (limited to 'addressbook/gui/component/select-names/select-names.glade')
-rw-r--r--addressbook/gui/component/select-names/select-names.glade34
1 files changed, 28 insertions, 6 deletions
diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade
index 4c793eaeef..6f36bb4f67 100644
--- a/addressbook/gui/component/select-names/select-names.glade
+++ b/addressbook/gui/component/select-names/select-names.glade
@@ -78,7 +78,7 @@
<widget>
<class>GtkTable</class>
<name>table-top</name>
- <rows>5</rows>
+ <rows>6</rows>
<columns>2</columns>
<homogeneous>False</homogeneous>
<row_spacing>6</row_spacing>
@@ -118,7 +118,7 @@
<editable>True</editable>
<text_visible>True</text_visible>
<text_max_length>0</text_max_length>
- <text>=</text>
+ <text></text>
<child>
<padding>0</padding>
<expand>True</expand>
@@ -177,8 +177,8 @@
<child>
<left_attach>0</left_attach>
<right_attach>1</right_attach>
- <top_attach>4</top_attach>
- <bottom_attach>5</bottom_attach>
+ <top_attach>5</top_attach>
+ <bottom_attach>6</bottom_attach>
<xpad>0</xpad>
<ypad>0</ypad>
<xexpand>True</xexpand>
@@ -201,8 +201,8 @@
<child>
<left_attach>1</left_attach>
<right_attach>2</right_attach>
- <top_attach>4</top_attach>
- <bottom_attach>5</bottom_attach>
+ <top_attach>5</top_attach>
+ <bottom_attach>6</bottom_attach>
<xpad>0</xpad>
<ypad>0</ypad>
<xexpand>True</xexpand>
@@ -284,6 +284,28 @@
<yfill>True</yfill>
</child>
</widget>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button-update</name>
+ <can_focus>True</can_focus>
+ <label>Update List</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
+ <child>
+ <left_attach>0</left_attach>
+ <right_attach>1</right_attach>
+ <top_attach>4</top_attach>
+ <bottom_attach>5</bottom_attach>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <xexpand>False</xexpand>
+ <yexpand>False</yexpand>
+ <xshrink>False</xshrink>
+ <yshrink>False</yshrink>
+ <xfill>True</xfill>
+ <yfill>True</yfill>
+ </child>
+ </widget>
</widget>
</widget>
</widget>