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:
parent
259efe4102
commit
9297cec083
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
2008-05-01 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* gnome-theme-info.c: (read_cursor_theme), (read_cursor_fonts),
|
* gnome-theme-info.c: (read_cursor_theme), (read_cursor_fonts),
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
#include <config.h>
|
||||||
#include <gtk/gtk.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 <string.h>
|
||||||
#include <libgnome/gnome-desktop-item.h>
|
#include <libgnome/gnome-desktop-item.h>
|
||||||
#include "gnome-theme-info.h"
|
#include "gnome-theme-info.h"
|
||||||
|
@ -14,7 +11,6 @@ main (int argc, char *argv[])
|
||||||
|
|
||||||
g_thread_init (NULL);
|
g_thread_init (NULL);
|
||||||
gtk_init (&argc, &argv);
|
gtk_init (&argc, &argv);
|
||||||
gnome_vfs_init ();
|
|
||||||
gnome_theme_init ();
|
gnome_theme_init ();
|
||||||
|
|
||||||
themes = gnome_theme_meta_info_find_all ();
|
themes = gnome_theme_meta_info_find_all ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue