diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-29 02:17:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-29 02:17:22 +0800 |
commit | 8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff (patch) | |
tree | 4cbd4c99916fd97f0541339a5a87c2788b299c74 /shell | |
parent | e8a5147580f2b044c2eab23ead237a9fe319e7fe (diff) | |
download | gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar.gz gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar.bz2 gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar.lz gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar.xz gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.tar.zst gsoc2013-evolution-8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff.zip |
(main): Add e_proxy_init()
svn path=/trunk/; revision=20987
Diffstat (limited to 'shell')
-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"); |