[gthumb: 35/40] cancel the file list operations before closing the dialog
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 35/40] cancel the file list operations before closing the dialog
- Date: Fri, 10 Sep 2010 16:59:08 +0000 (UTC)
commit 9c936943f47b2b14869e92dc0ada01b5bec78604
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Sep 10 09:18:36 2010 +0200
cancel the file list operations before closing the dialog
extensions/flicker/dlg-import-from-flickr.c | 2 +-
extensions/picasaweb/dlg-import-from-picasaweb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/flicker/dlg-import-from-flickr.c b/extensions/flicker/dlg-import-from-flickr.c
index 8692f01..eebcd5a 100644
--- a/extensions/flicker/dlg-import-from-flickr.c
+++ b/extensions/flicker/dlg-import-from-flickr.c
@@ -125,7 +125,7 @@ import_dialog_response_cb (GtkDialog *dialog,
case GTK_RESPONSE_DELETE_EVENT:
case GTK_RESPONSE_CANCEL:
- gtk_widget_destroy (data->dialog);
+ gth_file_list_cancel (GTH_FILE_LIST (data->file_list), (DataFunc) gtk_widget_destroy, data->dialog);
break;
case GTK_RESPONSE_OK:
diff --git a/extensions/picasaweb/dlg-import-from-picasaweb.c b/extensions/picasaweb/dlg-import-from-picasaweb.c
index 8172cd0..c8b7f00 100644
--- a/extensions/picasaweb/dlg-import-from-picasaweb.c
+++ b/extensions/picasaweb/dlg-import-from-picasaweb.c
@@ -136,7 +136,7 @@ import_dialog_response_cb (GtkDialog *dialog,
case GTK_RESPONSE_DELETE_EVENT:
case GTK_RESPONSE_CANCEL:
picasa_web_accounts_save_to_file (data->accounts, data->email);
- gtk_widget_destroy (data->dialog);
+ gth_file_list_cancel (GTH_FILE_LIST (data->file_list), (DataFunc) gtk_widget_destroy, data->dialog);
break;
case GTK_RESPONSE_OK:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]