[evolution-patches] Summary print crash (44798)
- From: Ettore Perazzoli <ettore ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Summary print crash (44798)
- Date: 18 Jun 2003 18:45:00 -0400
Sigh, this is a stupid one.
-- Ettore
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/ChangeLog,v
retrieving revision 1.292
diff -u -p -r1.292 ChangeLog
--- ChangeLog 13 Jun 2003 17:31:27 -0000 1.292
+++ ChangeLog 18 Jun 2003 22:43:33 -0000
@@ -1,3 +1,9 @@
+2003-06-18 Ettore Perazzoli <ettore ximian com>
+
+ * e-summary.c (do_summary_print): Do not destroy preview_widget
+ when returning from gtk_dialog_run() since it's unset at that
+ point. [#44798]
+
2003-06-13 Larry Ewing <lewing ximian com>
* e-summary.c (e_summary_url_requested): free the filename.
Index: e-summary.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary.c,v
retrieving revision 1.64
diff -u -p -r1.64 e-summary.c
--- e-summary.c 13 Jun 2003 17:31:27 -0000 1.64
+++ e-summary.c 18 Jun 2003 22:43:34 -0000
@@ -631,8 +631,6 @@ do_summary_print (ESummary *summary)
break;
default:
- if (preview_widget != NULL)
- gtk_widget_destroy (preview_widget);
gtk_widget_destroy (gpd);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]