[monkey-bubble: 495/753] g_type_init() no longer has an arg.



commit 6e025914c7d2f1a309fa619290163dd24ec66055
Author: Owen Taylor <otaylor redhat com>
Date:   Fri Jun 29 02:58:57 2001 +0000

    g_type_init() no longer has an arg.
    
    Thu Jun 28 22:58:23 2001  Owen Taylor  <otaylor redhat com>
    
    	* libgnome/gnome-program.c: g_type_init() no longer
    	has an arg.

 ChangeLog                |    5 +++++
 libgnome/gnome-program.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 528ecfa..650f0a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 28 22:58:23 2001  Owen Taylor  <otaylor redhat com>
+
+	* libgnome/gnome-program.c: g_type_init() no longer
+	has an arg. 
+
 Thu Jun 28 10:39:18 2001  Jonathan Blandford  <jrb redhat com>
 
 	* configure.in: remove test for make-inline-pixbufs, as this
diff --git a/libgnome/gnome-program.c b/libgnome/gnome-program.c
index feb2234..590bf46 100644
--- a/libgnome/gnome-program.c
+++ b/libgnome/gnome-program.c
@@ -1232,7 +1232,7 @@ gnome_program_init (const char *app_id, const char *app_version,
     GnomeProgram *program;
     va_list args;
 
-    g_type_init (G_TYPE_DEBUG_NONE);
+    g_type_init ();
 
     va_start(args, first_property_name);
     program = gnome_program_initv (GNOME_TYPE_PROGRAM,



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