aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index a1c521369..6e1abb118 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -29,6 +29,7 @@
#include <gtk/gtk.h>
#include <libebook/e-book.h>
+#include <libgnomevfs/gnome-vfs.h>
#include <libtelepathy/tp-conn.h>
#include <libtelepathy/tp-chan.h>
@@ -288,6 +289,7 @@ main (int argc, char *argv[])
gtk_window_set_default_icon_name ("empathy");
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
DATADIR G_DIR_SEPARATOR_S "empathy");
+ gnome_vfs_init ();
/* Setting up MC */
monitor = mc_account_monitor_new ();