evolution r37367 - in trunk/calendar: . gui
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37367 - in trunk/calendar: . gui
- Date: Wed, 4 Mar 2009 15:45:35 +0000 (UTC)
Author: mcrha
Date: Wed Mar 4 15:45:35 2009
New Revision: 37367
URL: http://svn.gnome.org/viewvc/evolution?rev=37367&view=rev
Log:
2009-03-04 Milan Crha <mcrha redhat com>
** Fix for bug #573193
* gui/e-calendar-view.c: (error_response): Always destroy dialog.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/e-calendar-view.c
Modified: trunk/calendar/gui/e-calendar-view.c
==============================================================================
--- trunk/calendar/gui/e-calendar-view.c (original)
+++ trunk/calendar/gui/e-calendar-view.c Wed Mar 4 15:45:35 2009
@@ -2649,10 +2649,7 @@
static void
error_response(GtkWidget *widget, gint response, void *data)
{
- if (response == GTK_RESPONSE_DELETE_EVENT)
- gtk_widget_destroy(widget);
- else if (response == GTK_RESPONSE_OK)
- gtk_widget_destroy(widget);
+ gtk_widget_destroy (widget);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]