aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-selection-dialog.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-05-12 05:19:33 +0800
committerIain Holmes <iain@src.gnome.org>2001-05-12 05:19:33 +0800
commitdd032fc24deb2a760040b08bb18aa687b762f0d3 (patch)
tree239453111f7822ad13154940e33377089ca49a1e /shell/e-shell-folder-selection-dialog.c
parent95651fe8285b961687f8ade655e0c2b1b08aad78 (diff)
downloadgsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.tar.gz
gsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.tar.zst
gsoc2013-evolution-dd032fc24deb2a760040b08bb18aa687b762f0d3.zip
Ask for a folder to import into.
svn path=/trunk/; revision=9775
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.c')
-rw-r--r--shell/e-shell-folder-selection-dialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c
index 8674b5b599..14ceab70b7 100644
--- a/shell/e-shell-folder-selection-dialog.c
+++ b/shell/e-shell-folder-selection-dialog.c
@@ -162,7 +162,7 @@ dbl_click_cb (EStorageSetView *essv,
e_shell_folder_selection_dialog_get_selected_path (folder_selection_dialog));
}
- gtk_widget_destroy (GTK_WIDGET (folder_selection_dialog));
+ gnome_dialog_close (GNOME_DIALOG (folder_selection_dialog));
}
@@ -185,12 +185,12 @@ impl_clicked (GnomeDialog *dialog,
if (check_folder_type (folder_selection_dialog)) {
gtk_signal_emit (GTK_OBJECT (folder_selection_dialog), signals[FOLDER_SELECTED],
e_shell_folder_selection_dialog_get_selected_path (folder_selection_dialog));
- gtk_widget_destroy (GTK_WIDGET (dialog));
+ gnome_dialog_close (GNOME_DIALOG (dialog));
}
break;
case 1: /* Cancel */
gtk_signal_emit (GTK_OBJECT (folder_selection_dialog), signals[CANCELLED]);
- gtk_widget_destroy (GTK_WIDGET (dialog));
+ gnome_dialog_close (GNOME_DIALOG (dialog));
break;
case 2: /* Add */
storage_set_view = E_STORAGE_SET_VIEW (priv->storage_set_view);
=gnome-3.28&id=5e0bc9c7fd66cf1f8f925dab7769c5080531cda0'>Update freetype2 to 2.6.2. [1]kwm2015-12-115-229/+61 * Revert a upstream commit that causes text getting cut off, while upstreamkwm2015-07-263-1/+165 * Update freetype2 to 2.6.kwm2015-07-064-13/+19 * - Add CPE infoamdmi32015-05-081-1/+4 * Remove dead RINGSERVERbapt2015-03-311-1/+0 * Update freetype2 to 2.5.5.kwm2015-01-083-6/+4 * Bump portrevision after png updatebapt2014-12-261-0/+1 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * Update freetype2 to 2.5.4.kwm2014-12-073-5/+4 * Turn on the LCD_FILTERING option by default for sub-pixel rendering. [1]kwm2014-11-272-3/+3 * Cleanup plistantoine2014-11-131-2/+0 * Rename p*/ patch-xy patches to reflect the files they modify.adamw2014-07-292-10/+3 * Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-3/+2 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-172-4/+4 * Update to 2.5.3.kwm2014-03-093-5/+8 * Update freetype to 2.5.2.kwm2013-12-254-80/+59 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 2.5.0.1.kwm2013-09-203-13/+15 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * Unbreak after update to 2.4.12.kwm2013-05-172-1/+2 * Update to 2.4.12 and add a new option, CFF_HINTING_ADOBE. Themezz2013-05-174-13/+19 * -OPTIONSng and remove pre-everything.mezz2013-03-201-20/+5 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-1/+1 * Backout on the WITH_LCD_FILTERING part. It's not enable by default, which itmezz2012-12-291-0/+16 * - Update to 2.4.11.mezz2012-12-29