aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 1e2d3c3cc2..49814f3d1a 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -29,6 +29,7 @@
#include <liboaf/liboaf.h>
#include "e-util/e-gui-utils.h"
+#include "e-util/e-cursors.h"
#include "e-setup.h"
#include "e-shell.h"
@@ -149,6 +150,8 @@ main (int argc, char **argv)
glade_gnome_init ();
+ e_cursors_init ();
+
gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png");
if (! bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL)) {