[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 256/331] Don't show error message on success
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 256/331] Don't show error message on success
- Date: Wed, 4 May 2016 14:20:03 +0000 (UTC)
commit 7cf7ff624b62ae94b97cca9bc03e34594910695e
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]