From ef4ea9d02b88ab4ed60811cad93ff64405749d3d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 24 Jul 2020 06:34:44 +0200 Subject: src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS wrapping around gtk_dialog_get_action_area() with a FIXME. --- src/idomessagedialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/idomessagedialog.c b/src/idomessagedialog.c index 4a264be..0e26a86 100644 --- a/src/idomessagedialog.c +++ b/src/idomessagedialog.c @@ -210,7 +210,7 @@ ido_message_dialog_constructed (GObject *object) vbox = gtk_dialog_get_content_area (GTK_DIALOG (object)); - //I dare you to find a better way! + // FIXME: I dare you to find a better way! G_GNUC_BEGIN_IGNORE_DEPRECATIONS; priv->action_area = gtk_dialog_get_action_area (GTK_DIALOG (object)); G_GNUC_END_IGNORE_DEPRECATIONS; -- cgit v1.2.3