[gnome-software/wip/temp/ubuntu-xenial-rebased: 256/326] 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: 256/326] Don't show error message on success
- Date: Fri, 29 Apr 2016 10:08:52 +0000 (UTC)
commit ce63791b297d64817ac6ecb275f4d849d0983a32
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]