forked from AuroraMiddleware/gtk
Merge branch 'inspector-advice' into 'master'
inspector: Give better advice See merge request GNOME/gtk!1264
This commit is contained in:
commit
5bc3bed461
@ -396,7 +396,7 @@ constructed (GObject *object)
|
||||
else
|
||||
{
|
||||
if (instance_counts_enabled ())
|
||||
gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with --enable-debug"));
|
||||
gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with -Dbuildtype=debug"));
|
||||
gtk_stack_set_visible_child_name (GTK_STACK (sl->priv->stack), "excuse");
|
||||
gtk_widget_set_sensitive (sl->priv->button, FALSE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user