GNOME Bugzilla – Bug 723690
Protect against spurious changed::view-as signals
Last modified: 2014-02-21 17:51:48 UTC
Looks like GSettings does will still emit 'changed::view-as' if I repeatedly click the same option in dconf-editor. Similarly, the GAction will keep emitting 'activated' if I repeatedly click the same option from the application menu (this was possible in 3.10.x, but not any more). This leads to duplicate colums in the list view.
Created attachment 268182 [details] [review] Protect against spurious view-as signals
Review of attachment 268182 [details] [review]: Looks good
Comment on attachment 268182 [details] [review] Protect against spurious view-as signals Thanks for the review.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Created attachment 269920 [details] [review] documents: Disconnect the handler from the correct instance Fallout from the previous patch.
Review of attachment 269920 [details] [review]: Oops, sure.
Comment on attachment 269920 [details] [review] documents: Disconnect the handler from the correct instance Thanks for the review!