diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-06 06:02:08 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-06 06:02:08 +0800 |
commit | e70371944a3cde14a89a2b6e5f8891e2fbc4c62f (patch) | |
tree | fc47ea10fc4f90ea08ca30faf400a6819d694753 | |
parent | cf44c7e8b2416f00bb0d8938e525ca59504a0041 (diff) | |
download | gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar.gz gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar.bz2 gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar.lz gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar.xz gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.tar.zst gsoc2013-evolution-e70371944a3cde14a89a2b6e5f8891e2fbc4c62f.zip |
add #include for libgnomeui/gnome-messagebox.h
2000-10-05 Chris Toshok <toshok@helixcode.com>
* e-shell-folder-selection-dialog.c: add #include for
libgnomeui/gnome-messagebox.h
svn path=/trunk/; revision=5750
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c73b26ca8a..03d2ab81e4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-10-05 Chris Toshok <toshok@helixcode.com> + + * e-shell-folder-selection-dialog.c: add #include for + libgnomeui/gnome-messagebox.h + 2000-10-05 Michael Meeks <michael@helixcode.com> * e-shell-view-menu.c (shortcut_bar_mode_changed_cb): upd. diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 46fb5ce82e..ed1ecb1f7a 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -27,6 +27,7 @@ #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" |