diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/evolution-shell-component-utils.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f078402c8a..07503d26d4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2002-12-02 Rodrigo Moya <rodrigo@ximian.com> + + * evolution-shell-component-utils.c: Included gtkmessagedialog.h. + 2002-11-27 Not Zed <NotZed@Ximian.com> * main.c (show_development_warning): changed to use a gtkdialog diff --git a/shell/evolution-shell-component-utils.c b/shell/evolution-shell-component-utils.c index c9e9edf960..5f06366597 100644 --- a/shell/evolution-shell-component-utils.c +++ b/shell/evolution-shell-component-utils.c @@ -25,6 +25,7 @@ #include "evolution-shell-component-utils.h" +#include <gtk/gtkmessagedialog.h> #include <libgnome/gnome-i18n.h> #include <libgnome/gnome-util.h> #include <bonobo/bonobo-ui-util.h> |