[frogr] Do not show a confirmation dialog when everything went fine uploading.
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Do not show a confirmation dialog when everything went fine uploading.
- Date: Wed, 19 Jan 2011 12:18:40 +0000 (UTC)
commit a40f988e51c2505f8eee0c9b62ab018f99aa518a
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Wed Jan 19 13:12:37 2011 +0100
Do not show a confirmation dialog when everything went fine uploading.
Credits to Claudio Saavedra, who can be very persuasive sometimes :-)
src/frogr-controller.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 36f3649..a0bfb15 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -962,15 +962,11 @@ _on_pictures_uploaded (FrogrController *self,
if (!error)
{
FrogrControllerPrivate *priv = NULL;
- GtkWindow *window = NULL;
priv = FROGR_CONTROLLER_GET_PRIVATE (self);
if (frogr_config_get_open_browser_after_upload (priv->config))
_open_browser_to_edit_details (self);
- window = frogr_main_view_get_window (priv->mainview);
- frogr_util_show_info_dialog (window, _("Operation successfully completed!"));
-
/* Fetch sets and tags right after finishing */
_fetch_sets (self);
_fetch_tags (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]