diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-10 09:57:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-10 09:57:50 +0800 |
commit | d589c6974ed1da251fc62534fd4fec3b65f5d9f1 (patch) | |
tree | 20531e2158146e3edb21b70ea3d1583608cca813 /addressbook/gui/component/select-names/e-select-names-popup.c | |
parent | 2a174936f49118ce60e76b0debe4600fdbb4bc33 (diff) | |
download | gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.gz gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.zst gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.zip |
#include gtklabel.h, fixes an unresolved symbol.
2003-01-09 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-popup.c: #include
gtklabel.h, fixes an unresolved symbol.
svn path=/trunk/; revision=19387
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-popup.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-popup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-popup.c b/addressbook/gui/component/select-names/e-select-names-popup.c index 33afa13b2e..9e61b77128 100644 --- a/addressbook/gui/component/select-names/e-select-names-popup.c +++ b/addressbook/gui/component/select-names/e-select-names-popup.c @@ -31,6 +31,7 @@ #include <glib.h> #include <gtk/gtkcheckmenuitem.h> +#include <gtk/gtklabel.h> #include <libgnome/gnome-i18n.h> #include <libgnomeui/gnome-app.h> #include <libgnomeui/gnome-app-helper.h> |