aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-04-29 02:17:22 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-04-29 02:17:22 +0800
commit8cb06f7966e3e6b4bbe0f2f18e3d1b22b18e83ff (patch)
tree4cbd4c99916fd97f0541339a5a87c2788b299c74
parente8a5147580f2b044c2eab23ead237a9fe319e7fe (diff)
downloadgsoc2013-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
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/main.c1
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");