diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-04 18:10:44 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-04 18:20:27 +0000 |
commit | eccbd4fe5f5d9d13e2eac05c476d4a8e1511b187 (patch) | |
tree | f125dfdb92b0e36eca71594f198bbbebd96754c6 | |
parent | 3b967f1242ea3994196b3ea954bb1aebb5221f9c (diff) | |
download | gtk+-debug-fixes.tar.gz |
gizmo: Set the namedebug-fixes
This helps with debugging.
-rw-r--r-- | gtk/gtkgizmo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkgizmo.c b/gtk/gtkgizmo.c index a3ef5d1f23..f8c6f5c820 100644 --- a/gtk/gtkgizmo.c +++ b/gtk/gtkgizmo.c @@ -107,6 +107,7 @@ gtk_gizmo_new (const char *css_name, { GtkGizmo *gizmo = GTK_GIZMO (g_object_new (GTK_TYPE_GIZMO, "css-name", css_name, + "name", css_name, NULL)); gizmo->measure_func = measure_func; |