projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95aeadf
)
inspector: Give better advice
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 21 Dec 2019 18:25:57 +0000
(13:25 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Dec 2019 02:09:18 +0000
(21:09 -0500)
Provide the meson syntax for building a debug-enabled GLib.
gtk/inspector/statistics.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/statistics.c
b/gtk/inspector/statistics.c
index fd552092fe29596ef2ede1f442f72610ac8d8432..3ca4cd163c3655db01dc972462615c06842f08b1 100644
(file)
--- a/
gtk/inspector/statistics.c
+++ b/
gtk/inspector/statistics.c
@@
-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);
}