summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/gtk/notify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index c289c4650f..1970e00496 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -667,6 +667,10 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "accelerator"))
continue;
+ if (g_type_is_a (type, GTK_TYPE_SHORTCUT_LABEL) &&
+ g_str_equal (pspec->name, "accelerator"))
+ continue;
+
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
g_str_equal (pspec->name, "font"))
continue;