diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 04:30:33 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 23:09:42 -0500 |
commit | d87ea4776a485d734075e5a8d2f5dee9b8de8528 (patch) | |
tree | 11ec3b5746072a41514510cd9f2491d39289bb2e /testsuite/gtk/templates.c | |
parent | eb0f1c63ba6f99a0d8e55884b0b13df65e0eedec (diff) | |
download | gtk+-d87ea4776a485d734075e5a8d2f5dee9b8de8528.tar.gz |
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
Diffstat (limited to 'testsuite/gtk/templates.c')
-rw-r--r-- | testsuite/gtk/templates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/templates.c b/testsuite/gtk/templates.c index c53fc61574..c05fc110d9 100644 --- a/testsuite/gtk/templates.c +++ b/testsuite/gtk/templates.c @@ -211,7 +211,7 @@ test_file_chooser_widget_basic (void) /* XXX BUG: * * Spin the mainloop for a bit, this allows the file operations - * to complete, GtkFileChooserDefault has a bug where it leaks + * to complete, GtkFileChooserWidget has a bug where it leaks * GtkTreeRowReferences to the internal shortcuts_model * * Since we assert all automated children are finalized we |