[gnome-software/wip/temp/ubuntu-xenial-rebased: 259/329] Don't show error message on success
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 259/329] Don't show error message on success
- Date: Fri, 29 Apr 2016 14:07:07 +0000 (UTC)
commit 4bb6584d332c12ce96c57a40da3f7135fd490050
Author: William Hua <william hua canonical com>
Date: Sun Apr 17 16:31:34 2016 -0400
Don't show error message on success
src/plugins/gs-ubuntuone-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-ubuntuone-dialog.c b/src/plugins/gs-ubuntuone-dialog.c
index c941545..b806a6b 100644
--- a/src/plugins/gs-ubuntuone-dialog.c
+++ b/src/plugins/gs-ubuntuone-dialog.c
@@ -351,6 +351,8 @@ check_snapd_response (GsUbuntuoneDialog *self,
} else
goto err;
+ return;
+
err:
show_status (self, _("An error occurred"), TRUE);
gtk_widget_grab_focus (self->password_entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]