[gtk] Remove some GtkRecentChooserMenu references



commit 73cad1e78473149600c574e80707f6915995724e
Author: Timm Bäder <mail baedert org>
Date:   Wed Jun 27 17:57:31 2018 +0200

    Remove some GtkRecentChooserMenu references
    
    Doesn't exist anymore.

 testsuite/gtk/notify.c | 4 ----
 testsuite/gtk/object.c | 1 -
 2 files changed, 5 deletions(-)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index a3eb23ebdc..f36fefd471 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -509,10 +509,6 @@ test_type (gconstpointer data)
          g_str_equal (pspec->name, "draw-indicator"))
         continue;
 
-      if (g_str_equal (g_type_name (type), "GtkRecentChooserMenu") &&
-         g_str_equal (pspec->name, "select-multiple"))
-        continue;
-
       /* Really a bug in the way GtkButton and its subclasses interact:
        * setting label etc on a subclass destroys the content, breaking
        * e.g. GtkColorButton pretty badly
diff --git a/testsuite/gtk/object.c b/testsuite/gtk/object.c
index 7939b59e56..128b974714 100644
--- a/testsuite/gtk/object.c
+++ b/testsuite/gtk/object.c
@@ -76,7 +76,6 @@ list_ignore_properties (gboolean buglist)
     { "GtkFileChooserDialog",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled 
*/
     { "GtkMenu",                "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd 
restrictions in the setter */
     { "GtkMenuItem",            "accel-path",           (void*) MATCH_ANY_VALUE },      /* has odd 
restrictions in the setter */
-    { "GtkRecentChooserMenu",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled 
*/
     { "GtkTextView",            "overwrite",            (void*) MATCH_ANY_VALUE },      /* needs text buffer 
*/
     { "GtkTreeView",            "expander-column",      (void*) MATCH_ANY_VALUE },      /* assertion list != 
NULL */
     { "GtkWindow",              "display",              (void*) MATCH_ANY_VALUE },


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