GNOME Bugzilla – Bug 728279
References to the obsoleted paned_buswatch property
Last modified: 2014-05-30 06:32:07 UTC
The "paned_buswatch" property was replaced during the transition from TreeView to GtkListBox (cset: af222fc548). Some references seemed to be left over. These stopped "Connect to other bus" feature from working properly. The issue should be pretty straightforward to reproduce, just try to connect to a "other" bus from the UI, the new bus won't show up even if the connection succeeds. I tested with 0.37 and 0.38 on ArchLinux. No such problem with 0.36. I made a tentative fix which seems to solve the issue (patch attached).
Created attachment 274385 [details] [review] tentative fix git format patch
Pushed with a slightly different commit message. Thanks!