aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-08 08:22:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-08 08:22:05 +0800
commitff41087ad40d0527b53cd0815419978a3df5995c (patch)
tree37a4495553dffe9d1f85df1614872439dc25ce3f /mail/ChangeLog
parent1bccb5de6901b2775593af20333dffe3dda37220 (diff)
downloadgsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar.gz
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar.bz2
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar.lz
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar.xz
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.tar.zst
gsoc2013-evolution-ff41087ad40d0527b53cd0815419978a3df5995c.zip
Hide the app->window. (do_mail_print): Set the parent of the gnome-dialog
2001-08-07 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (manage_subscriptions): Hide the app->window. (do_mail_print): Set the parent of the gnome-dialog to be the folder-browser so that when evolution is closed, the print dialog gets destroyed. Should fix bug #4781. svn path=/trunk/; revision=11757
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 63b46541a0..3365d0bf31 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -6,6 +6,9 @@
2001-08-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (manage_subscriptions): Hide the app->window.
+ (do_mail_print): Set the parent of the gnome-dialog to be the
+ folder-browser so that when evolution is closed, the print dialog
+ gets destroyed. Should fix bug #4781.
* subscribe-dialog.c (subscribe_dialog_new): This should return a
GtkWidget not a GtkObject.