From 2a3cfe4755e9dfb916bfe2b2a6e6b6dd2f5b5486 Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandre.savard@savoirfairelinux.net>
Date: Fri, 29 May 2009 10:58:07 -0400
Subject: [PATCH] [#1430] Add marshaller one string define

---
 sflphone-client-gnome/src/dbus/marshaller.list | 1 +
 sflphone-common/src/account.cpp                | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sflphone-client-gnome/src/dbus/marshaller.list b/sflphone-client-gnome/src/dbus/marshaller.list
index 1e1491713a..587c7ce061 100644
--- a/sflphone-client-gnome/src/dbus/marshaller.list
+++ b/sflphone-client-gnome/src/dbus/marshaller.list
@@ -3,3 +3,4 @@ VOID:STRING,STRING
 VOID:INT
 VOID:STRING,INT
 VOID:STRING,DOUBLE
+VOID:STRING
diff --git a/sflphone-common/src/account.cpp b/sflphone-common/src/account.cpp
index ec9039cc92..85eea08605 100644
--- a/sflphone-common/src/account.cpp
+++ b/sflphone-common/src/account.cpp
@@ -49,11 +49,11 @@ void Account::loadConfig()
 
 void Account::setRegistrationState( RegistrationState state ) { 
     
-  //if (state != _registrationState) {
+  if (state != _registrationState) {
 	_debug("Account::setRegistrationState\n");
         _registrationState = state; 
 
 	// Notify the client
 	Manager::instance().connectionStatusNotification( _accountID );
-	//}
+	}
 }
-- 
GitLab