[frogr] Do not show a confirmation dialog on successful authorizations.



commit 8f3ec64e3244a8a71240d2b4ed9448327164230e
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Wed Jan 19 13:14:05 2011 +0100

    Do not show a confirmation dialog on successful authorizations.

 src/frogr-controller.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index a0bfb15..3472072 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -447,13 +447,6 @@ _complete_auth_cb (GObject *object, GAsyncResult *result, gpointer data)
       g_debug ("Authorization failed: %s", error->message);
       g_error_free (error);
     }
-  else
-    {
-      GtkWindow *window = NULL;
-
-      window = frogr_main_view_get_window (priv->mainview);
-      frogr_util_show_info_dialog (window, _("Authorization successfully completed!"));
-    }
 }
 
 static void



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