After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728279 - References to the obsoleted paned_buswatch property
References to the obsoleted paned_buswatch property
Status: RESOLVED FIXED
Product: d-feet
Classification: Other
Component: general
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-04-15 17:51 UTC by Zheng Li
Modified: 2014-05-30 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tentative fix git format patch (1.61 KB, patch)
2014-04-15 17:53 UTC, Zheng Li
none Details | Review

Description Zheng Li 2014-04-15 17:51: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).
Comment 1 Zheng Li 2014-04-15 17:53:02 UTC
Created attachment 274385 [details] [review]
tentative fix git format patch
Comment 2 Thomas Bechtold 2014-05-30 06:32:07 UTC
Pushed with a slightly different commit message.

Thanks!