From 4670b852ed91512def9755baea4dc8615178b8e4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Mar 2003 15:49:58 +0000 Subject: Update for e_notice move (do_summary_print): Pass a parent_window to * e-summary.c: Update for e_notice move (do_summary_print): Pass a parent_window to e_notice svn path=/trunk/; revision=20504 --- my-evolution/ChangeLog | 5 +++++ my-evolution/e-summary.c | 4 ++-- 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 + + * e-summary.c: Update for e_notice move + (do_summary_print): Pass a parent_window to e_notice + 2003-03-19 Ettore Perazzoli * 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 #include -#include #include #include @@ -75,6 +74,7 @@ #include "Mailer.h" #include +#include "e-util/e-dialog-utils.h" #include @@ -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")); } } -- cgit v1.2.3