inspector: Stop using blurb as tooltip

Does not make sense any longer if we don't set blurbs.
This commit is contained in:
Sophie Herold 2022-05-11 17:42:31 +02:00
parent f5fc71fe82
commit 89614f5f72

View File

@ -1247,9 +1247,6 @@ property_editor (GObject *object,
gtk_widget_set_valign (prop_edit, GTK_ALIGN_CENTER);
}
if (g_param_spec_get_blurb (spec))
gtk_widget_set_tooltip_text (prop_edit, g_param_spec_get_blurb (spec));
notify_property (object, spec);
return prop_edit;