mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
sysprof: ensure initial row is selected
This commit is contained in:
@ -82,6 +82,8 @@ sysprof_sidebar_bind_cb (SysprofSidebar *self,
|
|||||||
sysprof_sidebar_create_row,
|
sysprof_sidebar_create_row,
|
||||||
self,
|
self,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
gtk_list_box_select_row (self->list_box, gtk_list_box_get_row_at_index (self->list_box, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user