[monkey-bubble: 130/753] Reflect latest GnomeProgram API changes.



commit 88ba5199974dad050b6da50da37d567296ee0875
Author: Martin Baulig <martin src gnome org>
Date:   Thu Apr 12 19:43:28 2001 +0000

    Reflect latest GnomeProgram API changes.

 libgnome/gnome-gconf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgnome/gnome-gconf.c b/libgnome/gnome-gconf.c
index 9e5702c..84cd9af 100644
--- a/libgnome/gnome-gconf.c
+++ b/libgnome/gnome-gconf.c
@@ -433,7 +433,7 @@ gnome_get_gconf_client (void)
 }
 
 static void
-gnome_gconf_pre_args_parse(GnomeProgram *app, const GnomeModuleInfo *mod_info)
+gnome_gconf_pre_args_parse(GnomeProgram *app, GnomeModuleInfo *mod_info)
 {
         gconf_preinit(app, (GnomeModuleInfo*)mod_info);
 
@@ -441,7 +441,7 @@ gnome_gconf_pre_args_parse(GnomeProgram *app, const GnomeModuleInfo *mod_info)
 }
 
 static void
-gnome_gconf_post_args_parse(GnomeProgram *app, const GnomeModuleInfo *mod_info)
+gnome_gconf_post_args_parse(GnomeProgram *app, GnomeModuleInfo *mod_info)
 {
         gchar *settings_dir;
         



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]