mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: fix getter for value
This commit is contained in:
@ -78,7 +78,7 @@ sysprof_chart_layer_set_property (GObject *object,
|
||||
switch (prop_id)
|
||||
{
|
||||
case PROP_TITLE:
|
||||
sysprof_chart_layer_set_title (self, g_value_get_object (value));
|
||||
sysprof_chart_layer_set_title (self, g_value_get_string (value));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user