- 01 Oct, 2013 38 commits
-
-
It's wrong because the label's parent isn't a GtkListBoxRow which causes a warning. In any case, we don't need it since GtkLabel already does the work of finding a suitable parent widget to activate on mnemonic-activate which ends up causing GtkListBox to fire its row-activated signal that we already handle. https://bugzilla.gnome.org/show_bug.cgi?id=708283
-
We have to take the GtkListStore own reference into account. https://bugzilla.gnome.org/show_bug.cgi?id=708468
-
Otherwise we'll crash in our handler if the signal fires after we're finalized i.e. user leaves the network panel. https://bugzilla.gnome.org/show_bug.cgi?id=708468
-
- 30 Sep, 2013 2 commits
-
-
Allison Karlitskaya authored
Reviewed by Kristjan Schmidt
-
Debarshi Ray authored
-