diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-20 18:30:15 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-20 18:30:15 +0800 |
commit | 563ca6075aaed1bfd08f984aefd6facb82f3107e (patch) | |
tree | 2ffa63a535a5cde30f807fa93a347807148992b3 /addressbook/gui/component/select-names/e-select-names.c | |
parent | 4f973e115c7ae253b22b48261c67d10887b28afa (diff) | |
download | gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.gz gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.tar.zst gsoc2013-evolution-563ca6075aaed1bfd08f984aefd6facb82f3107e.zip |
Added #include <gal/widgets/e-unicode.h>.
2001-10-20 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c: Added #include
<gal/widgets/e-unicode.h>.
* gui/widgets/e-minicard-control.c: Made this display the number
of extra cards in the attachment as well as made it save them all
to the local addressbook if the person selects the button. Fixes
Ximian bug #9507.
svn path=/trunk/; revision=13820
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index b696ffd0e2..d91b7181d8 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -45,6 +45,7 @@ #include <addressbook/backend/ebook/e-card-simple.h> #include "e-select-names-table-model.h" #include <gal/widgets/e-categories-master-list-combo.h> +#include <gal/widgets/e-unicode.h> #include <e-util/e-categories-master-list-wombat.h> static void e_select_names_init (ESelectNames *card); |