[gthumb/gthumb-2-12] webalbums: fixed progress dialog not showing again after exporting the first time



commit c3f2e2d85bb42d45c48784b19abb2ed2896d4a8a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Mar 28 20:38:23 2011 +0200

    webalbums: fixed progress dialog not showing again after exporting the first time

 extensions/webalbums/gth-web-exporter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/extensions/webalbums/gth-web-exporter.c b/extensions/webalbums/gth-web-exporter.c
index 18d1c20..bf07f19 100644
--- a/extensions/webalbums/gth-web-exporter.c
+++ b/extensions/webalbums/gth-web-exporter.c
@@ -1804,6 +1804,7 @@ success_dialog_response_cb (GtkDialog *dialog,
 		break;
 	}
 
+	gth_task_dialog (GTH_TASK (self), FALSE, NULL);
 	gth_task_completed (GTH_TASK (self), self->priv->error);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]