diff options
author | JP Rosevear <jpr@ximian.com> | 2002-01-16 05:53:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-01-16 05:53:54 +0800 |
commit | e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665 (patch) | |
tree | 9957690fff933d8d40770c5321e0bd947ace3667 /addressbook | |
parent | e9db6d2a074757e8fddee1adc8c0db4c56e00adc (diff) | |
download | gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar.gz gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar.bz2 gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar.lz gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar.xz gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.tar.zst gsoc2013-evolution-e7f24a4e09fd852d1dbe5ef92d2d4534d16b9665.zip |
remove misleading title and fix spacing
2002-01-15 JP Rosevear <jpr@ximian.com>
* gui/component/select-names/select-names.glade: remove misleading
title and fix spacing
svn path=/trunk/; revision=15330
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/select-names.glade | 43 |
2 files changed, 5 insertions, 43 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 64dc041ae6..cd90b65a92 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-01-15 JP Rosevear <jpr@ximian.com> + + * gui/component/select-names/select-names.glade: remove misleading + title and fix spacing + 2002-01-11 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (alphabet_state_changed): Handle diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade index dbfd36f86f..b1bacdc5ea 100644 --- a/addressbook/gui/component/select-names/select-names.glade +++ b/addressbook/gui/component/select-names/select-names.glade @@ -147,32 +147,6 @@ <xfill>True</xfill> <yfill>True</yfill> </child> - - <widget> - <class>GtkLabel</class> - <name>label20</name> - <label>_Message Recipients:</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>0</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <child> - <left_attach>1</left_attach> - <right_attach>2</right_attach> - <top_attach>0</top_attach> - <bottom_attach>1</bottom_attach> - <xpad>0</xpad> - <ypad>0</ypad> - <xexpand>False</xexpand> - <yexpand>False</yexpand> - <xshrink>False</xshrink> - <yshrink>False</yshrink> - <xfill>True</xfill> - <yfill>False</yfill> - </child> - </widget> </widget> <widget> @@ -196,23 +170,6 @@ </child> <widget> - <class>GtkLabel</class> - <name>label22</name> - <label>Co_ntacts:</label> - <justify>GTK_JUSTIFY_CENTER</justify> - <wrap>False</wrap> - <xalign>0</xalign> - <yalign>0.5</yalign> - <xpad>0</xpad> - <ypad>0</ypad> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> - </widget> - - <widget> <class>Custom</class> <name>table-source</name> <creation_function>e_addressbook_create_ebook_table</creation_function> |