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



On Monday, June 11, 2001, at 08:23  AM, Carlos Perelló Marín wrote:

Could I commit?

Patches to gnome-vfs need to go to the gnome-vfs list, not gnome-2-0-list.

It seems like it might be OK to commit. I have two reservations:

1) I am confused about why cdda-method.c is different from all the other modules. Why is this the only file that needs to be changed?

2) We had planned to branch gnome-vfs once we had to start making substantial code changes to support GNOME 2 vs. GNOME 1. Has this moment arrived yet? We don't want to litter the code with preprocessor conditionals.

Once we have dealt with both of these issues, you can commit.

    -- Darin

PS: Patch, for people on gnome-vfs mailing list who don't subscribed to gnome-2-0-list:

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;
 }
===================================================================




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