[maemo-commits] [maemo-commits] r12711 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 11 15:00:46 EEST 2007
Author: marivoll
Date: 2007-07-11 15:00:44 +0300 (Wed, 11 Jul 2007)
New Revision: 12711

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-storage-dialog.c
Log:
	* hildon-fm/hildon-file-system-storage-dialog.c
	(hildon_file_system_storage_dialog_class_init): Call
	gnome_vfs_init since we use it.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-storage-dialog.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-storage-dialog.c	2007-07-11 09:59:51 UTC (rev 12710)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-storage-dialog.c	2007-07-11 12:00:44 UTC (rev 12711)
@@ -142,6 +142,8 @@
 	object_class->finalize = file_system_storage_dialog_finalize;
 
 	g_type_class_add_private (object_class, sizeof (HildonFileSystemStorageDialogPriv));
+
+	gnome_vfs_init ();
 }
 
 static void 


More information about the maemo-commits mailing list