GNOME Bugzilla – Bug 763178
Name doesn't update in connection popover
Last modified: 2016-03-31 16:55:22 UTC
The connection popover of room list headers uses the account name ("GNOME (irc.gnome.org)"), but doesn't update when the name changes (only on connection status changes).
(In reply to Florian Müllner from comment #0) > The connection popover of room list headers uses the account name ("GNOME > (irc.gnome.org)"), but doesn't update when the name changes (only on > connection status changes). Hi Florian, I'm not sure how to recreate the issue. When I navigate to Polari menu -> Connections and edit the "Description" of a connection in the "Edit Connection" settings popup, the new description shows on the header of the room list for that connection. I also tried navigating to the "+ button" -> "Join a Room" popup, and the updated description shows up on the connection pull down button as well. Could you provide any additional information/steps to recreate the behavior you noticed? Thanks, Sankar
(In reply to Sankaranarayanan Viswanathan from comment #1) > (In reply to Florian Müllner from comment #0) > > The connection popover of room list headers uses the account name ("GNOME > > (irc.gnome.org)"), but doesn't update when the name changes (only on > > connection status changes). > > Hi Florian, > > I'm not sure how to recreate the issue. > > When I navigate to Polari menu -> Connections and edit the "Description" of > a connection in the "Edit Connection" settings popup, the new description > shows on the header of the room list for that connection. I also tried > navigating to the "+ button" -> "Join a Room" popup, and the updated > description shows up on the connection pull down button as well. > > Could you provide any additional information/steps to recreate the behavior > you noticed? > > Thanks, > Sankar Please ignore my question. I was testing using the default Polari version shipped in Debian and not the latest build.
Created attachment 324399 [details] [review] roomList: update room name in pop-over when room name changes Modify onDisplayNameChanged to invoke onConnectionStatusChanged so that the pop-over status label is refreshed.
Review of attachment 324399 [details] [review]: OK
Attachment 324399 [details] pushed as 44014f5 - roomList: update room name in pop-over when room name changes