diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-10 12:46:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-10 12:46:24 +0800 |
commit | fa460eb6b59f0245eb43336386dfce9b6f030de3 (patch) | |
tree | a2216fe403648e456696f9ca18a8d1c53621744e /shell/main.c | |
parent | 84bf1db8ccc7c792d307f8f4e787918ec05ebe54 (diff) | |
download | gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar.gz gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar.bz2 gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar.lz gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar.xz gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.tar.zst gsoc2013-evolution-fa460eb6b59f0245eb43336386dfce9b6f030de3.zip |
Set the icons when changing between components.
2000-05-10 Christopher James Lahey <clahey@helixcode.com>
* e-shell-view.c: Set the icons when changing between components.
* main.c: Set the default icon. (The change in e-shell-view.c
doesn't work unless we do this.)
svn path=/trunk/; revision=2964
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index 1cb31909c5..27c1fc8400 100644 --- a/shell/main.c +++ b/shell/main.c @@ -23,6 +23,7 @@ #include <gnome.h> #include <bonobo.h> +#include <libgnomeui/gnome-window-icon.h> #include "e-util/e-gui-utils.h" #include "e-setup.h" @@ -102,6 +103,9 @@ main (int argc, char **argv) init_corba (&argc, argv); + gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png"); + + if (! bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL)) { e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Cannot initialize the Bonobo component system.")); |