diff options
-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> |