Patch to make gnome-vfs HEAD compile with GNOME 2.0 libs



I don't know if it's 100% correct, but It compiles now.

Is it correct?

Could I commit?

<patch>
Index: cdda-method.c
===================================================================
RCS file: /cvs/gnome/gnome-vfs/modules/cdda-method.c,v
retrieving revision 1.12
diff -u -w -r1.12 cdda-method.c
--- cdda-method.c	2001/03/16 03:34:22	1.12
+++ cdda-method.c	2001/06/11 15:21:57
@@ -1022,8 +1022,11 @@
 		gconf_init (1, argv, NULL);
 	}
 
+#if GNOME_PLATFORM_VERSION < 1095000
 	gtk_type_init();
-	gtk_signal_init();
+#else
+        gtk_type_init (G_TYPE_DEBUG_NONE);
+#endif
 	
 	return &method;
 }
</patch>


Thanks in advance.
-- 
Carlos Perelló Marín
mailto:carlos gnome-db org
mailto:carlos hispalinux es
http://www.gnome-db.org
http://www.Hispalinux.es
Valencia - Spain





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