GNOME Bugzilla – Bug 726820
software sources: don't appear clickable
Last modified: 2015-05-24 23:42:31 UTC
The list of installed applications has a hover effect that makes it appear clickable, but nothing happens when I do. The list should appear inert if there is no action to take.
Hmm, I'm setting the GtkListBox to GTK_SELECTION_NONE in the .ui file, shouldn't this be enough? gtkparasite confirms the selection mode is none for that widget too.
Not sure what this was about, tbh - if I click on an installed application, something _does_ happen: the details are shown. So probably just close this for now (unless you know what I am talking about here)
I think what you meant is when you click sources, then click on a repo that you installed >= app from, then it shows a list of apps. That looks clickable, but nothing happens if you do.
Created attachment 303867 [details] [review] Make apps in sources dialog non-activatable Since we don't do anything when you click on an app there, the rows should not give the impression that they are activatable.
Review of attachment 303867 [details] [review]: Thanks, looks good to me!