doesn't need gnome-vfs any longer

2008-05-04  Jens Granseuer  <jensgr@gmx.net>

	* gnome-theme-test.c: (main): doesn't need gnome-vfs any longer

svn path=/trunk/; revision=8690
This commit is contained in:
Jens Granseuer 2008-05-04 13:44:45 +00:00 committed by Jens Granseuer
parent 259efe4102
commit 9297cec083
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-05-04 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-test.c: (main): doesn't need gnome-vfs any longer
2008-05-01 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (read_cursor_theme), (read_cursor_fonts),

View file

@ -1,8 +1,5 @@
#include <config.h>
#include <gtk/gtk.h>
#include <libgnomevfs/gnome-vfs-init.h>
#include <libgnomevfs/gnome-vfs-ops.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#include <libgnomevfs/gnome-vfs-directory.h>
#include <string.h>
#include <libgnome/gnome-desktop-item.h>
#include "gnome-theme-info.h"
@ -14,7 +11,6 @@ main (int argc, char *argv[])
g_thread_init (NULL);
gtk_init (&argc, &argv);
gnome_vfs_init ();
gnome_theme_init ();
themes = gnome_theme_meta_info_find_all ();