aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/main.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
commitd412d185d593da40b2ff5c8eb913b1152cc13856 (patch)
tree6d8c65e6cd35fbcfff1ef0bc1f975c1c3f902b26 /executive-summary/component/main.c
parentdae66d806c60bd4825cdb7525dc7fe30b863a0b7 (diff)
downloadgsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.gz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.bz2
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.lz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.xz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.zst
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.zip
Byebye Makefile.in
svn path=/trunk/; revision=5775
Diffstat (limited to 'executive-summary/component/main.c')
-rw-r--r--executive-summary/component/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c
index 265baf7e86..70fd5e4ae5 100644
--- a/executive-summary/component/main.c
+++ b/executive-summary/component/main.c
@@ -38,6 +38,7 @@
#include "gal/widgets/e-cursors.h"
#include "gal/widgets/e-unicode.h"
+#include <libgnomevfs/gnome-vfs.h>
#include "component-factory.h"
int
@@ -74,6 +75,7 @@ main (int argc,
signal (SIGSEGV, SIG_DFL);
signal (SIGBUS, SIG_DFL);
+ gnome_vfs_init ();
bonobo_main ();
return 0;