diff options
author | David King <davidk@gnome.org> | 2014-02-26 17:06:14 +0000 |
---|---|---|
committer | David King <davidk@gnome.org> | 2014-02-28 12:41:25 +0000 |
commit | b49d34348308bc55dd93ffcd61315f56a94513e9 (patch) | |
tree | ef68e7c8b5745e81c367f521893dfd9c76bb6353 /data | |
parent | ab0f66db1664b0d2c18d04c6d30bbcce04426887 (diff) | |
download | gnome-logs-b49d34348308bc55dd93ffcd61315f56a94513e9.tar.gz |
Switch category when a new row is selected
Change the current category based on the row that is selected, not when
a row is activated.
https://bugzilla.gnome.org/show_bug.cgi?id=724980
Diffstat (limited to 'data')
-rw-r--r-- | data/gl-categorylist.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gl-categorylist.ui b/data/gl-categorylist.ui index b438d2f..feebf00 100644 --- a/data/gl-categorylist.ui +++ b/data/gl-categorylist.ui @@ -1,7 +1,7 @@ <interface domain="gnome-logs"> <template class="GlCategoryList" parent="GtkListBox"> <property name="visible">True</property> - <signal name="row-activated" handler="on_gl_category_list_row_activated" /> + <signal name="row-selected" handler="on_gl_category_list_row_selected" /> <child> <object class="GtkListBoxRow" id="important"> <property name="visible">True</property> |