[f-spot] Revert "Show the dialog before DoLogin"



commit 69af50c608c9458094aa6357fffb31dbc19da5f8
Author: Stephane Delcroix <stephane delcroix org>
Date:   Mon Jun 29 10:32:44 2009 +0200

    Revert "Show the dialog before DoLogin"
    
    This reverts commit dcb8c2e054a9b2f819f8eafbe5ea5bc931ccc898.
    
    As discussed, this is plain wrong.

 .../FacebookExport/FacebookExportDialog.cs         |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/extensions/Exporters/FacebookExport/FacebookExportDialog.cs b/extensions/Exporters/FacebookExport/FacebookExportDialog.cs
index c760959..112c498 100644
--- a/extensions/Exporters/FacebookExport/FacebookExportDialog.cs
+++ b/extensions/Exporters/FacebookExport/FacebookExportDialog.cs
@@ -96,16 +96,10 @@ namespace FSpot.Exporter.Facebook
 			caption_textview.Sensitive = false;
 
 			DoLogout ();
-		}
-
-		public int Run () {
-			this.Show ();
-			while (Application.EventsPending ()) Application.RunIteration ();
 
 			account = new FacebookAccount();
 			if (account.Authenticated)
 				DoLogin ();
-			return ((Dialog)this).Run ();
 		}
 
 		FacebookAccount account;



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