diff options
author | Dan Winship <danw@src.gnome.org> | 2003-10-22 22:10:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-10-22 22:10:45 +0800 |
commit | 31be44baaaaf661c00292c53f03ebeba336155bd (patch) | |
tree | fe77b2f9ef7791bd60ae2638c951c22069b47111 | |
parent | b29a2c0486956844ea8cd17ef6fd0ccdc049e372 (diff) | |
download | gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.gz gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.bz2 gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.lz gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.xz gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.zst gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.zip |
Remove e_proxy_init call. (e-proxy is gone now)
* main.c: Remove e_proxy_init call. (e-proxy is gone now)
svn path=/trunk/; revision=22975
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f8237de212..aa4f72a521 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2003-10-22 Dan Winship <danw@ximian.com> + + * main.c: Remove e_proxy_init call. (e-proxy is gone now) + 2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * e-storage-set-view.c: Rewrote the drag & drop code. diff --git a/shell/main.c b/shell/main.c index a7ed51eb1a..63879ab25b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -24,7 +24,6 @@ #include "e-util/e-dialog-utils.h" #include "e-util/e-gtk-utils.h" -#include "e-util/e-proxy.h" #include "e-icon-factory.h" #include "e-shell-constants.h" @@ -597,7 +596,6 @@ 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"); |