Patch to make gnome-vfs HEAD compile with GNOME 2.0 libs
- From: Carlos Perelló Marín <carlos gnome-db org>
- To: gnome-2-0-list gnome org
- Subject: Patch to make gnome-vfs HEAD compile with GNOME 2.0 libs
- Date: 11 Jun 2001 17:23:42 +0200
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]