Re: multiple filters in GtkFileChooser

2011-09-14 Thread Allin Cottrell
On Tue, 13 Sep 2011, Allin Cottrell wrote: I have found the relevant difference between gtk 2.24.5 and 2.24.6, which has the effect -- on my system at least -- that the filter selection combo box is not displayed correctly in the gtk file chooser when using 2.24.6. It's the added material in

Re: multiple filters in GtkFileChooser

2011-09-14 Thread Bernhard Schuster
2011/9/14 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Allin Cottrell wrote: I have found the relevant difference between gtk 2.24.5 and 2.24.6, which has the effect -- on my system at least -- that the filter selection combo box is not displayed correctly in the gtk file chooser

Re: multiple filters in GtkFileChooser

2011-09-14 Thread Allin Cottrell
On Wed, 14 Sep 2011, Bernhard Schuster wrote: 2011/9/14 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Allin Cottrell wrote: I have found the relevant difference between gtk 2.24.5 and 2.24.6, which has the effect -- on my system at least -- that the filter selection combo box is not

Re: multiple filters in GtkFileChooser

2011-09-14 Thread Michal Suchanek
On 14 September 2011 15:20, Allin Cottrell cottr...@wfu.edu wrote: On Wed, 14 Sep 2011, Bernhard Schuster wrote: 2011/9/14 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Allin Cottrell wrote: I have found the relevant difference between gtk 2.24.5 and 2.24.6, which has the effect

multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
I use gtk_file_chooser_dialog_new to put up a File Open dialog. For some uses I add two or more alternative GtkFileFilters. I've just noticed that with gtk 2.24.6 the dialog misbehaves: The drop-down list of filters appears, but the combo widget is much too narrow: for each of the filter

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Bernhard Schuster
Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Regards Bernhard ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Thanks! I'm attaching a minimal case. Allin Cottrell/* Test program for adding multiple

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Bernhard Schuster
2011/9/13 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run... Thanks! I'm attaching a minimal case. Allin

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: Just for sake of completeness (data brushed out) http://www.imagebanana.com/view/4pytcat6/20110913222356_840x649_scrot.png I am sorry, I can not help you any further as I can not reproduce the bug : Thanks for trying. I just rebuilt gtk 2.24.5

Re: multiple filters in GtkFileChooser

2011-09-13 Thread Allin Cottrell
On Tue, 13 Sep 2011, Bernhard Schuster wrote: 2011/9/13 Allin Cottrell cottr...@wfu.edu: On Tue, 13 Sep 2011, Bernhard Schuster wrote: Can you supply a minimal example where it fails? That would help to find the culprit. I am atm at gtk 2.24.6 so if you can post that I give it a run...