[gtk/matthiasc/for-master: 9/14] testsuite: Drop the type-hint property from tests



commit 105fc16a9a846ef54c5de86a2b542cf203f8b72b
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 26 19:31:12 2020 -0400

    testsuite: Drop the type-hint property from tests
    
    No point in excluding a property that no longer
    exists.

 testsuite/gtk/object.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/testsuite/gtk/object.c b/testsuite/gtk/object.c
index d542df130c..fd861c24a2 100644
--- a/testsuite/gtk/object.c
+++ b/testsuite/gtk/object.c
@@ -56,7 +56,6 @@ list_ignore_properties (gboolean buglist)
     { "GtkWidget",              "parent",               NULL, },                        /* needs working 
parent widget */
     { "GtkWidget",              "has-default",          (void*) TRUE, },                /* conflicts with 
toplevel-less widgets */
     { "GtkWidget",              "display",              (void*) MATCH_ANY_VALUE },
-    { "GtkWindow",              "type-hint",            (void*) GDK_SURFACE_TYPE_HINT_DND, }, /* conflicts 
with ::visible=TRUE */
     { "GtkCellView",            "background",           (void*) "", },                  /* "" is not a valid 
background color */
     { "GtkFileChooserButton",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled 
*/
     { "GtkFileChooserButton",   "action",               (void*) GTK_FILE_CHOOSER_ACTION_SAVE },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]