summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkclist.c')
-rw-r--r--gtk/gtkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index bfef6fc74..f480ce767 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -1481,7 +1481,7 @@ gtk_clist_set_row_data_full (GtkCList * clist,
* so the application can respond to the new data --
* this could be questionable behavior */
if (clist_row->state == GTK_STATE_SELECTED)
- gtk_clist_select_row (clist, 0, 0);
+ gtk_clist_select_row (clist, row, -1);
}
gpointer