forked from AuroraMiddleware/gtk
Remove some GtkRecentChooserMenu references
Doesn't exist anymore.
This commit is contained in:
parent
b80942ec88
commit
73cad1e784
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user