[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 92/331] Remove notify emissions of old properties



commit 02e07e4a3cbce34052bd56ada66e2ff7cabcb562
Author: William Hua <william hua canonical com>
Date:   Thu Feb 11 17:10:26 2016 -0500

    Remove notify emissions of old properties

 src/plugins/gs-ubuntu-login-dialog.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/plugins/gs-ubuntu-login-dialog.c b/src/plugins/gs-ubuntu-login-dialog.c
index 57bfc8b..8622b4b 100644
--- a/src/plugins/gs-ubuntu-login-dialog.c
+++ b/src/plugins/gs-ubuntu-login-dialog.c
@@ -205,11 +205,6 @@ receive_login_response_cb (GsUbuntuLoginDialog *self,
                g_variant_lookup (response, "token_key", "s", &self->token_key);
                g_variant_lookup (response, "token_secret", "s", &self->token_secret);
 
-               g_object_notify (G_OBJECT (self), "consumer-key");
-               g_object_notify (G_OBJECT (self), "consumer-secret");
-               g_object_notify (G_OBJECT (self), "token-key");
-               g_object_notify (G_OBJECT (self), "token-secret");
-
                gtk_stack_set_visible_child_name (GTK_STACK (self->page_stack), "page-2");
                update_widgets (self);
                break;
@@ -354,7 +349,6 @@ static void
 remember_check_toggled_cb (GsUbuntuLoginDialog *self,
                           GtkToggleButton     *toggle)
 {
-       g_object_notify (G_OBJECT (self), "remember");
 }
 
 static void


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