[polari] room: Remove obsolete notify



commit 1305fccac78827550a12f842cada316e0df2824f
Author: Florian Müllner <florian muellner gmail com>
Date:   Mon Jul 22 16:08:18 2013 +0200

    room: Remove obsolete notify
    
    "id" is now an unmutable property using the dbus path, not the
    channel id that might change.

 src/lib/polari-room.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/polari-room.c b/src/lib/polari-room.c
index 7431794..a2d2189 100644
--- a/src/lib/polari-room.c
+++ b/src/lib/polari-room.c
@@ -158,7 +158,6 @@ update_identifier (PolariRoom *room)
   if (id)
     priv->display_name = g_strdup (id + (id[0] == '#' ? 1 : 0));
 
-  g_object_notify_by_pspec (G_OBJECT (room), props[PROP_ID]);
   g_object_notify_by_pspec (G_OBJECT (room), props[PROP_DISPLAY_NAME]);
 }
 


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