diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-26 06:54:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-26 06:54:05 +0800 |
commit | 1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5 (patch) | |
tree | 96084106587f135a73ed45f5f6242cc322233bdb /shell/main.c | |
parent | dc99b66623193ae0247e18c42572296acf14a953 (diff) | |
download | gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.gz gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.bz2 gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.lz gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.xz gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.zst gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.zip |
convert to use ETree instead of GtkCTree.
2000-08-25 Chris Toshok <toshok@helixcode.com>
* e-storage-set-view.c: convert to use ETree instead of GtkCTree.
* e-storage-set-view.h: change superclass from GtkCTree to ETable.
* main.c (main): call e_cursors_init.
* Makefile.am (evolution_LDADD): add libetable.a
svn path=/trunk/; revision=5043
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 3 |
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)) { |