diff options
Diffstat (limited to 'my-evolution/main.c')
-rw-r--r-- | my-evolution/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/main.c b/my-evolution/main.c index da9df3c23a..107b0919b8 100644 --- a/my-evolution/main.c +++ b/my-evolution/main.c @@ -43,6 +43,7 @@ #include <gconf/gconf.h> #endif +#include <libgnomevfs/gnome-vfs.h> #include <glade/glade.h> #include "component-factory.h" @@ -71,8 +72,8 @@ main (int argc, #endif glade_gnome_init (); + gnome_vfs_init (); - e_cursors_init (); gtk_widget_push_visual (gdk_rgb_get_visual ()); gtk_widget_push_colormap (gdk_rgb_get_cmap ()); |