diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:49:58 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-25 23:49:58 +0800 |
commit | 4670b852ed91512def9755baea4dc8615178b8e4 (patch) | |
tree | ff1066647b608fbcd1e21ae2dd5a33d7368dd1b4 /my-evolution/e-summary.c | |
parent | d8cac9eeafdd511b5de38f3da47dd25582c0e33f (diff) | |
download | gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar.gz gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar.bz2 gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar.lz gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar.xz gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.tar.zst gsoc2013-evolution-4670b852ed91512def9755baea4dc8615178b8e4.zip |
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
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 4 |
1 files changed, 2 insertions, 2 deletions
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")); } } |