diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-02 08:18:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-02 08:18:48 +0800 |
commit | e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec (patch) | |
tree | 24435b2ee4ffd7dcb81d89db559ef66a74b97cea /e-util/e-config-listener.h | |
parent | e033f54a9044a4288c923e9b2c6d9477da076d26 (diff) | |
download | gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.gz gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.tar.zst gsoc2013-evolution-e5f0f54052e2bec6f02d4f0c3169355ffdb4f7ec.zip |
compilation fixes for GNOME 2 porting.
2002-11-01 Rodrigo Moya <rodrigo@ximian.com>
* e-config-listener.[ch]:
* e-component-listener.[ch]: compilation fixes for GNOME 2 porting.
svn path=/trunk/; revision=18494
Diffstat (limited to 'e-util/e-config-listener.h')
-rw-r--r-- | e-util/e-config-listener.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/e-util/e-config-listener.h b/e-util/e-config-listener.h index cc526e8735..87159d147c 100644 --- a/e-util/e-config-listener.h +++ b/e-util/e-config-listener.h @@ -12,10 +12,9 @@ #define __E_CONFIG_LISTENER_H__ #include <gtk/gtkobject.h> -#include <libgnome/gnome-defs.h> -#include <bonobo-conf/bonobo-config-database.h> +#include <bonobo-config/bonobo-config-database.h> -BEGIN_GNOME_DECLS +G_BEGIN_DECLS #define E_CONFIG_LISTENER_TYPE (e_config_listener_get_type ()) #define E_CONFIG_LISTENER(o) (GTK_CHECK_CAST ((o), E_CONFIG_LISTENER_TYPE, EConfigListener)) @@ -70,6 +69,6 @@ void e_config_listener_set_string (EConfigListener *cl, Bonobo_ConfigDatabase e_config_listener_get_db (EConfigListener *cl); -END_GNOME_DECLS +G_END_DECLS #endif |