diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-06 06:29:29 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-06 06:29:29 +0800 |
commit | 35f032e73a472ae4d859552a7f3b59108b89706e (patch) | |
tree | be157d91ea9a3708db6cde62ca34e9326e1d5f62 /shell/e-shell-folder-selection-dialog.c | |
parent | 36b8074356019d02f3359434c8b1ebc8e5d412d4 (diff) | |
download | gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar.gz gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar.bz2 gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar.lz gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar.xz gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.tar.zst gsoc2013-evolution-35f032e73a472ae4d859552a7f3b59108b89706e.zip |
#include <gal/widgets/e-gui-utils.h>
2000-10-05 Chris Toshok <toshok@helixcode.com>
* e-shell-folder-creation-dialog.c: #include <gal/widgets/e-gui-utils.h>
* e-shell-folder-selection-dialog.c: same.
svn path=/trunk/; revision=5754
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index ed1ecb1f7a..7b835b2f99 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -27,12 +27,11 @@ #include <libgnomeui/gnome-stock.h> #include <libgnomeui/gnome-dialog.h> -#include <libgnomeui/gnome-messagebox.h> #include <libgnome/gnome-i18n.h> -#include "e-util/e-gui-utils.h" #include <gal/util/e-util.h> #include <gal/widgets/e-scroll-frame.h> +#include <gal/widgets/e-gui-utils.h> #include "e-shell-constants.h" #include "e-storage-set-view.h" |