aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-11 17:27:31 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-11 17:27:31 +0800
commit50f4f762ef69611842940d25396816f42e292080 (patch)
tree23dbb7e56be25cbd18c4dee765f3e02efe9330d4 /src
parentb9de1b37f3294a49588fcf3ef0ed6bb3e0e5aca9 (diff)
downloadgsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar.gz
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar.bz2
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar.lz
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar.xz
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.tar.zst
gsoc2013-empathy-50f4f762ef69611842940d25396816f42e292080.zip
Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecchi).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@737 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-chandler.c3
-rw-r--r--src/empathy.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/src/empathy-chat-chandler.c b/src/empathy-chat-chandler.c
index ab6720912..febea756d 100644
--- a/src/empathy-chat-chandler.c
+++ b/src/empathy-chat-chandler.c
@@ -28,8 +28,6 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <libgnomevfs/gnome-vfs.h>
-
#include <libmissioncontrol/mission-control.h>
#include <libempathy/empathy-chandler.h>
@@ -138,7 +136,6 @@ main (int argc, char *argv[])
gtk_window_set_default_icon_name ("empathy");
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
PKGDATADIR G_DIR_SEPARATOR_S "icons");
- gnome_vfs_init ();
mc = empathy_mission_control_new ();
chandler = empathy_chandler_new (BUS_NAME, OBJECT_PATH);
diff --git a/src/empathy.c b/src/empathy.c
index 863d307f2..850144e97 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -31,7 +31,6 @@
#include <gdk/gdkx.h>
#include <libebook/e-book.h>
-#include <libgnomevfs/gnome-vfs.h>
#include <telepathy-glib/util.h>
#include <libmissioncontrol/mc-account.h>
@@ -299,7 +298,6 @@ main (int argc, char *argv[])
gtk_window_set_default_icon_name ("empathy");
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
PKGDATADIR G_DIR_SEPARATOR_S "icons");
- gnome_vfs_init ();
/* Setting up the bacon connection */
connection = bacon_message_connection_new ("empathy");