summaryrefslogtreecommitdiff
path: root/examples/plugman.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugman.c')
-rw-r--r--examples/plugman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/plugman.c b/examples/plugman.c
index 3a4b7b3d0c..e9c052a9eb 100644
--- a/examples/plugman.c
+++ b/examples/plugman.c
@@ -208,7 +208,9 @@ plugin_action (GAction *action,
gdk_rgba_parse (&color, g_action_get_name (action));
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_widget_override_color (text, 0, &color);
+G_GNUC_END_IGNORE_DEPRECATIONS
}
static void