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 | |
parent | 2a174936f49118ce60e76b0debe4600fdbb4bc33 (diff) | |
download | gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.gz gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.bz2 gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.lz gsoc2013-evolution-d589c6974ed1da251fc62534fd4fec3b65f5d9f1.tar.xz 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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-popup.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0dae516a4f..b292a8fddb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2003-01-09 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-popup.c: #include + gtklabel.h, fixes an unresolved symbol. + +2003-01-09 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (query_ldap_root_dse): build up the list of supported auth_methods. (pas_backend_ldap_process_get_supported_auth_methods): respond 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> |