diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-06 18:37:50 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-06 18:37:50 +0800 |
commit | aa223e9dec923f62d4358c831157c2d49f035539 (patch) | |
tree | 80b626e90f83a0fff130b2ab682d3240d68c8c1c /calendar/gui/dialogs/task-editor.c | |
parent | df4c3e5573d807c839133698aed6657f9dd3781a (diff) | |
download | gsoc2013-evolution-aa223e9dec923f62d4358c831157c2d49f035539.tar.gz gsoc2013-evolution-aa223e9dec923f62d4358c831157c2d49f035539.tar.zst gsoc2013-evolution-aa223e9dec923f62d4358c831157c2d49f035539.zip |
Committing Ozwald's and Johnny's patch.
svn path=/trunk/; revision=31424
Diffstat (limited to 'calendar/gui/dialogs/task-editor.c')
-rw-r--r-- | calendar/gui/dialogs/task-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index 4416fabc93..4b2d344cf1 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -426,6 +426,7 @@ task_editor_construct (TaskEditor *te, ECal *client) "gtk-close", GTK_RESPONSE_CLOSE, NULL); g_signal_connect (priv->task_details_window, "response", G_CALLBACK(gtk_widget_hide), NULL); + g_signal_connect (priv->task_details_window, "delete-event", G_CALLBACK(gtk_widget_hide), NULL); priv->task_details_page = task_details_page_new (); g_object_ref (priv->task_details_page); |