From d4f86e526462653d01a82523ec92ce2e2c5ec837 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 4 Mar 2002 23:42:19 +0000 Subject: [fixes bug #20871] add the status-message label. 2002-03-04 Chris Toshok [fixes bug #20871] * gui/component/select-names/select-names.glade: add the status-message label. * gui/component/select-names/e-select-names.h (struct _ESelectNames): add status_message field. * gui/component/select-names/e-select-names.c (status_message): new function, set the label's text from the message. (e_select_names_init): get the status-message label, and if it's valid, connect to the status_message signal of the EAddressbookModel. svn path=/trunk/; revision=15913 --- .../gui/component/select-names/e-select-names.h | 1 + .../gui/component/select-names/select-names.glade | 28 +++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 379a9ef137..9359bb4477 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -73,6 +73,7 @@ struct _ESelectNames GtkWidget *categories; GtkWidget *categories_entry; GtkWidget *search_entry; + GtkWidget *status_message; EvolutionStorageListener *local_listener; EvolutionStorageListener *other_contacts_listener; GHashTable *folders; diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade index b1bacdc5ea..47d178735a 100644 --- a/addressbook/gui/component/select-names/select-names.glade +++ b/addressbook/gui/component/select-names/select-names.glade @@ -80,7 +80,7 @@ GtkTable table-top - 2 + 3 1 False 0 @@ -394,6 +394,32 @@ + + + GtkLabel + status-message + + GTK_JUSTIFY_LEFT + False + 0 + 0.5 + 0 + 3 + + 0 + 1 + 2 + 3 + 0 + 0 + False + False + False + False + True + False + + -- cgit v1.2.3