From 40013b42006e21aabe6dfd9451548fc2621bbe1f Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 14 Dec 2000 18:34:30 +0000 Subject: Destroy the dialog after a double click. svn path=/trunk/; revision=7017 --- shell/ChangeLog | 3 ++- shell/e-shell-folder-selection-dialog.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 23b2c8d0f4..c839488302 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,7 +1,8 @@ 2000-12-14 Iain Holmes * e-shell-folder-selection-dialog.c (dbl_click_cb): Modify to suit the - new double click callback signature. + new double click callback signature. Destroy the dialog after the double + click as well. 2000-12-14 Ettore Perazzoli diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 0044d6dfdf..525c950563 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -139,6 +139,8 @@ dbl_click_cb (EStorageSetView *essv, signals[FOLDER_SELECTED], e_shell_folder_selection_dialog_get_selected_path (folder_selection_dialog)); } + + gtk_widget_destroy (GTK_WIDGET (folder_selection_dialog)); } -- cgit v1.2.3