diff options
Diffstat (limited to 'testsuite/gtk/notify.c')
-rw-r--r-- | testsuite/gtk/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 79b4e03406..13d5954fb5 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -412,7 +412,7 @@ test_type (gconstpointer data) instance = g_object_new (type, "display", display, NULL); else if (g_str_equal (g_type_name (type), "GdkClipboard")) instance = g_object_new (type, "display", display, NULL); - else if (g_str_equal (g_type_name (type), "GdkDragContext")) + else if (g_str_equal (g_type_name (type), "GdkDrag")) { GdkContentFormats *formats = gdk_content_formats_new_for_gtype (G_TYPE_STRING); instance = g_object_new (type, |