mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-ui: fix value usage
This commit is contained in:
@ -88,7 +88,7 @@ sysprof_aid_set_property (GObject *object,
|
|||||||
switch (prop_id)
|
switch (prop_id)
|
||||||
{
|
{
|
||||||
case PROP_DISPLAY_NAME:
|
case PROP_DISPLAY_NAME:
|
||||||
sysprof_aid_set_display_name (self, g_value_get_object (value));
|
sysprof_aid_set_display_name (self, g_value_get_string (value));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_ICON:
|
case PROP_ICON:
|
||||||
|
|||||||
Reference in New Issue
Block a user