diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:48:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:48:33 +0800 |
commit | b04bd957c79358e009caf31dafee3889e1ec6492 (patch) | |
tree | b5a25349f7c866a5748c37f37386270e280f6630 /shell/main.c | |
parent | cb46b4039bff5dce4748800950d43d1b1957dbce (diff) | |
download | gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.gz gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.tar.zst gsoc2013-evolution-b04bd957c79358e009caf31dafee3889e1ec6492.zip |
Update for e_notice move. Likewise Likewise Likewise Likewise Likewise
* e-folder-dnd-bridge.c: Update for e_notice move.
* e-setup.c: Likewise
* e-shell-folder-commands.c: Likewise
* e-shell-folder-creation-dialog.c: Likewise
* e-shell-offline-sync.c: Likewise
* e-shell-shared-folder-picker-dialog.c: Likewise
* e-shell-view-menu.c: Likewise
* e-shell.c: Likewise
* evolution-shell-component-utils.c: Likewise
* Makefile.am (libeshell_la_LIBADD): libeshell depends on
libeutil.
* e-corba-storage.c: Fix warnings
svn path=/trunk/; revision=20500
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index e9e9718820..45a2e0c74f 100644 --- a/shell/main.c +++ b/shell/main.c @@ -22,6 +22,7 @@ #include <config.h> +#include "e-util/e-dialog-utils.h" #include "e-util/e-gtk-utils.h" #include "e-icon-factory.h" @@ -64,7 +65,6 @@ #include <gconf/gconf.h> #endif -#include <gal/widgets/e-gui-utils.h> #include <gal/widgets/e-cursors.h> #include <fcntl.h> |