After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770325 - GtkFileChooserDialog::set_multiple (true) only has effect before changing folder
GtkFileChooserDialog::set_multiple (true) only has effect before changing folder
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on: 770130
Blocks:
 
 
Reported: 2016-08-24 10:06 UTC by Gaute Hope
Modified: 2016-09-12 07:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gaute Hope 2016-08-24 10:06:01 UTC
Hi, after recently upgrading to: gtk 3.20.9-1 and gtkmm 2.24.4-2 on Arch Linux I noticed that set_multiple on GtkFileChooserDialog only has effect before I change a folder in the dialog.

I open the dialog, I can select several files in the "Recent" list. If I change to home or any other location I can only select one file.
Comment 1 Kjell Ahlstedt 2016-09-02 15:12:03 UTC
This is a bug in gtk+, probably in GtkFileChooserWidget or GtkTreeView.
See bug 770130
Comment 2 Kjell Ahlstedt 2016-09-12 07:23:05 UTC
Bug 770130 has been fixed, meaning that both GtkFileChooserDialog in gtk+ and
Gtk::FileChooserDialog in gtkmm work as expected again.

The GtkFileChooserDialog bug was actually a bug in GtkTreeView, which was an
unexpected side-effect of a fix of bug 767468.