diff options
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | shell/main.c | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f60597c4d2..92fbf0a635 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2003-04-28 Ettore Perazzoli <ettore@ximian.com> + + Patch from Sanshao Jiang <alex.jiang@sun.com>. + + [#41484] + + * main.c (main): Add e_proxy_init() + 2003-04-24 Dan Winship <danw@ximian.com> * evolution-shell-component.c (impl_setOwner): Comment out the diff --git a/shell/main.c b/shell/main.c index 48be689dfa..e41058377f 100644 --- a/shell/main.c +++ b/shell/main.c @@ -593,6 +593,7 @@ main (int argc, char **argv) glade_init (); e_cursors_init (); e_icon_factory_init (); + e_proxy_init (); gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png"); |