aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-folder-creation-dialog.c2
-rw-r--r--shell/e-shell-folder-selection-dialog.c3
3 files changed, 8 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 03d2ab81e4..d1f49e9166 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2000-10-05 Chris Toshok <toshok@helixcode.com>
+
* e-shell-folder-selection-dialog.c: add #include for
libgnomeui/gnome-messagebox.h
diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c
index fc55cd75d6..0b8539f481 100644
--- a/shell/e-shell-folder-creation-dialog.c
+++ b/shell/e-shell-folder-creation-dialog.c
@@ -28,9 +28,9 @@
#include <gnome.h>
#include <glade/glade-xml.h>
-#include "e-util/e-gui-utils.h"
#include <gal/util/e-util.h>
#include <gal/widgets/e-unicode.h>
+#include <gal/widgets/e-gui-utils.h>
#include <gal/widgets/e-scroll-frame.h>
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"