mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +00:00
libsysprof-gtk: use .ui file for test
This will allow us to iterate a bit more easier.
This commit is contained in:
@ -71,7 +71,7 @@ sysprof_normalized_series_update_missing (gpointer user_data)
|
||||
|
||||
g_assert (SYSPROF_IS_NORMALIZED_SERIES (self));
|
||||
|
||||
model = g_object_ref (G_LIST_MODEL (self->series));
|
||||
model = g_object_ref (sysprof_series_get_model (self->series));
|
||||
bitset = egg_bitset_ref (self->missing);
|
||||
|
||||
if (egg_bitset_iter_init_first (&iter, bitset, &position))
|
||||
|
||||
Reference in New Issue
Block a user