diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-01-17 01:56:22 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-01-17 01:56:22 +0800 |
commit | 82cb9e15be22f43794345c93cbbef1bf0da06158 (patch) | |
tree | db2d4f6d5bde131dcadbe7ee4c6a3c03a3b661db /my-evolution/main.c | |
parent | 95de7c6dc800504a12b6fc7557e282e646250422 (diff) | |
download | gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.gz gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.zst gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.zip |
Use soup to transfer HTTP files and other bugs fixed
svn path=/trunk/; revision=15344
Diffstat (limited to 'my-evolution/main.c')
-rw-r--r-- | my-evolution/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/my-evolution/main.c b/my-evolution/main.c index 107b0919b8..04e3c925cd 100644 --- a/my-evolution/main.c +++ b/my-evolution/main.c @@ -43,7 +43,6 @@ #include <gconf/gconf.h> #endif -#include <libgnomevfs/gnome-vfs.h> #include <glade/glade.h> #include "component-factory.h" @@ -72,7 +71,6 @@ main (int argc, #endif glade_gnome_init (); - gnome_vfs_init (); gtk_widget_push_visual (gdk_rgb_get_visual ()); gtk_widget_push_colormap (gdk_rgb_get_cmap ()); |