From d87ea4776a485d734075e5a8d2f5dee9b8de8528 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 28 Jan 2014 04:30:33 -0500 Subject: Merge GtkFileChooserWidget and GtkFileChooserDefault It seems that alternate implementations of GtkFileChooserWidget never materialized. The split between GtkFileChooserWidget and GtkFileChooserDefault is awkward. The immediate problem is that it makes it difficult to document the keybinding signals. So it makes sense to drop the abstraction and just have one thing. https://bugzilla.gnome.org/show_bug.cgi?id=723157 --- gtk/gtk-keys.css.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtk-keys.css.mac') diff --git a/gtk/gtk-keys.css.mac b/gtk/gtk-keys.css.mac index 7d51403a96..15ba6e8f65 100644 --- a/gtk/gtk-keys.css.mac +++ b/gtk/gtk-keys.css.mac @@ -196,7 +196,7 @@ GtkLabel { gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label; } -GtkFileChooserDefault { +GtkFileChooserWidget { gtk-key-bindings: gtk-mac-file-chooser; } -- cgit v1.2.1