aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-24 06:34:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-24 06:34:44 +0200
commitef4ea9d02b88ab4ed60811cad93ff64405749d3d (patch)
treef39cedee284c5ab85f46a03b6ada4f64f38e4b06
parent669fb5e06db6ea18f1500fc57d3fc1704b359a40 (diff)
downloadayatana-ido-ef4ea9d02b88ab4ed60811cad93ff64405749d3d.tar.gz
ayatana-ido-ef4ea9d02b88ab4ed60811cad93ff64405749d3d.tar.bz2
ayatana-ido-ef4ea9d02b88ab4ed60811cad93ff64405749d3d.zip
src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS wrapping around gtk_dialog_get_action_area() with a FIXME.
-rw-r--r--src/idomessagedialog.c2
1 files changed, 1 insertions, 1 deletions
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;