[monkey-bubble: 675/753] Getting confused a bit, fix things up, now it does compile
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 675/753] Getting confused a bit, fix things up, now it does compile
- Date: Wed, 14 Jul 2010 22:52:26 +0000 (UTC)
commit 352e60cc24673a6c27757f69c32d4d833f3ebc85
Author: George Lebl <jirka 5z com>
Date: Mon Aug 27 05:55:27 2001 +0000
Getting confused a bit, fix things up, now it does compile
Sun Aug 26 22:54:57 2001 George Lebl <jirka 5z com>
* libgnome.h, Makefile.am, gnome-gconf.c: Getting confused a bit,
fix things up, now it does compile
libgnome/ChangeLog | 5 +++++
libgnome/Makefile.am | 2 ++
libgnome/gnome-gconf.c | 9 +++++++--
3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/libgnome/ChangeLog b/libgnome/ChangeLog
index 4f824fb..f1575dd 100644
--- a/libgnome/ChangeLog
+++ b/libgnome/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 26 22:54:57 2001 George Lebl <jirka 5z com>
+
+ * libgnome.h, Makefile.am, gnome-gconf.c: Getting confused a bit,
+ fix things up, now it does compile
+
Sun Aug 26 22:48:54 2001 George Lebl <jirka 5z com>
* gnome-init.c, gnome-gconf.[ch], Makefile.am: Add gconf support
diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
index c82f0cc..ec97213 100644
--- a/libgnome/Makefile.am
+++ b/libgnome/Makefile.am
@@ -56,6 +56,7 @@ libgnome_src = \
gnome-triggersP.h \
gnome-program.c \
gnome-exec.c \
+ gnome-gconf.c \
gnome-i18n.c \
gnome-i18nP.h \
gnome-url.c \
@@ -81,6 +82,7 @@ libgnome_headers = \
gnome-program.h \
gnome-i18n.h \
gnome-exec.h \
+ gnome-gconf.h \
gnome-url.h \
gnome-util.h \
gnome-preferences.h \
diff --git a/libgnome/gnome-gconf.c b/libgnome/gnome-gconf.c
index 2f1027b..bc17b86 100644
--- a/libgnome/gnome-gconf.c
+++ b/libgnome/gnome-gconf.c
@@ -121,6 +121,11 @@ static GnomeModuleRequirement gnome_gconf_requirements[] = {
GnomeModuleInfo gnome_gconf_module_info = {
"gnome-gconf", VERSION, N_("GNOME GConf Support"),
gnome_gconf_requirements,
- gnome_gconf_pre_args_parse, gnome_gconf_post_args_parse,
- gconf_options
+ NULL /* instance init */,
+ gnome_gconf_pre_args_parse,
+ gnome_gconf_post_args_parse,
+ gconf_options,
+ NULL /* init_pass */,
+ NULL /* class_init */,
+ NULL, NULL /* expansions */
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]