]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrecentaction.c
Remove the warning for the "select-multiple" property getter. (#476686,
[~andy/gtk] / gtk / gtkrecentaction.c
index 2644459eeff8055e8dd7e76ecd8d9edd8b5e5ab8..70c0e241501eedea77768e10712fc65d0636aa06 100644 (file)
@@ -614,9 +614,7 @@ gtk_recent_action_get_property (GObject    *gobject,
       g_value_set_object (value, priv->current_filter);
       break;
     case GTK_RECENT_CHOOSER_PROP_SELECT_MULTIPLE:
-      g_warning ("%s: Choosers of type `%s' do not support selecting multiple items.",
-                 G_STRFUNC,
-                 G_OBJECT_TYPE_NAME (gobject));
+      g_value_set_boolean (value, FALSE);
       break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);