aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index e80e446a28..debba7cccc 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-25 Dan Winship <danw@ximian.com>
+
+ * e-summary.c: Update for e_notice move
+ (do_summary_print): Pass a parent_window to e_notice
+
2003-03-19 Ettore Perazzoli <ettore@ximian.com>
* e-summary-calendar.c (generate_html): Add a %P in the strftime
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index 4da070762e..a32713b2de 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -42,7 +42,6 @@
#include <gtkhtml/htmlselection.h>
#include <gal/util/e-util.h>
-#include <gal/widgets/e-gui-utils.h>
#include <gal/widgets/e-unicode.h>
#include <bonobo/bonobo-listener.h>
@@ -75,6 +74,7 @@
#include "Mailer.h"
#include <Evolution.h>
+#include "e-util/e-dialog-utils.h"
#include <time.h>
@@ -621,7 +621,7 @@ do_summary_print (ESummary *summary,
int result = gnome_print_job_print (print_master);
if (result == -1) {
- e_notice (NULL, GTK_MESSAGE_ERROR,
+ e_notice (summary, GTK_MESSAGE_ERROR,
_("Printing of Summary failed"));
}
}