diff options
Diffstat (limited to 'shell')
-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"); |