mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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)
|
||||
{
|
||||
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;
|
||||
|
||||
case PROP_ICON:
|
||||
|
||||
Reference in New Issue
Block a user