diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-20 01:35:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-20 01:35:44 +0800 |
commit | 7aa37d45375de7a08821f7108cd90cdc96273be5 (patch) | |
tree | d9849bbdc0ccb0aa28617d984e8d70217b26171e /addressbook/gui/widgets/e-addressbook-model.h | |
parent | 81657a54af2413a1b2be6a00f2d46b31e035df5a (diff) | |
download | gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar.gz gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar.bz2 gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar.lz gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar.xz gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.tar.zst gsoc2013-evolution-7aa37d45375de7a08821f7108cd90cdc96273be5.zip |
Set the folder bar message here.
2001-08-19 Christopher James Lahey <clahey@ximian.com>
* gui/component/addressbook.c (set_folder_bar_label),
gui/widgets/e-addressbook-model.c,
gui/widgets/e-addressbook-model.h (update_folder_bar_message),
gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h
(folder_bar_message): Set the folder bar message here.
* gui/component/select-names/e-select-names-model.c (SEPLEN): Use
strlen(SEPARATOR) here so that if the separator changes the length
will work properly.
svn path=/trunk/; revision=12220
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index a0956d7003..3bd66ca46f 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -46,6 +46,7 @@ struct _EAddressbookModelClass { */ void (*writable_status) (EAddressbookModel *model, gboolean writable); void (*status_message) (EAddressbookModel *model, const gchar *message); + void (*folder_bar_message) (EAddressbookModel *model, const gchar *message); void (*card_added) (EAddressbookModel *model, gint index, gint count); void (*card_removed) (EAddressbookModel *model, gint index); void (*card_changed) (EAddressbookModel *model, gint index); |