aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-main.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d495df4e..5d8206a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-23 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-main.c: (main):
+
+ No need to double-init gnome-vfs.
+
2006-07-22 Christian Persch <chpe@cvs.gnome.org>
* data/glade/Makefile.am:
diff --git a/src/ephy-main.c b/src/ephy-main.c
index ba9506901..6a6fa4a3e 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -679,7 +679,6 @@ main (int argc,
}
eel_gconf_monitor_add ("/apps/epiphany/general");
- gnome_vfs_init ();
ephy_stock_icons_init ();
/* Extensions may want these, so don't initialize in window-cmds */