From fa460eb6b59f0245eb43336386dfce9b6f030de3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 10 May 2000 04:46:24 +0000 Subject: Set the icons when changing between components. 2000-05-10 Christopher James Lahey * 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 --- shell/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/main.c') 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 #include +#include #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.")); -- cgit