GNOME Bugzilla – Bug 513990
port to GIO
Last modified: 2008-03-30 17:53:11 UTC
These are the occurences of gnome_vfs_xxx calls: ./background/gsd-background-manager.c: gnome_vfs_init (); ./default-editor/gsd-default-editor-manager.c: star_app = gnome_vfs_mime_get_default_application ("text/*"); ./default-editor/gsd-default-editor-manager.c: plain_app = gnome_vfs_mime_get_default_application ("text/plain"); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_application_free (star_app); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_application_free (plain_app); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_application_free (star_app); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_application_free (plain_app); ./default-editor/gsd-default-editor-manager.c: action = gnome_vfs_mime_get_default_action_type ("text/plain"); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_set_default_application ("text/*", plain_app->id); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_application_free (plain_app); ./default-editor/gsd-default-editor-manager.c: gnome_vfs_mime_set_default_action_type ("text/*", action); ./default-editor/gsd-default-editor-manager.c: g_signal_connect (gnome_vfs_mime_monitor_get (), ./default-editor/gsd-default-editor-manager.c: gnome_vfs_init (); ./sound/libsounds/.svn/text-base/sound-view.c.svn-base: mime_type = gnome_vfs_get_mime_type (filename); ./sound/libsounds/sound-view.c: mime_type = gnome_vfs_get_mime_type (filename);
g-s-d part is done now, libsounds still uses it
Fixed for some time already.