kinkyoreo / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

gtk gui uses deprecated file selector widget #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Originally posted by Surkow in emutalk:

"I currently dislike the GTK GUI because it uses the old GTK file dialog..."

The current load rom dialog uses the GtkFileSelection widget which is
deprecated. It needs to be converted to use the new GtkFileChooser widget.

Original issue reported on code.google.com by ebenbl...@gmail.com on 31 Mar 2008 at 6:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Looking into this one...

Original comment by ebenbl...@gmail.com on 31 Mar 2008 at 6:40

GoogleCodeExporter commented 8 years ago
Fix turned out to be easy. Committed to svn under revision 78.

Original comment by ebenbl...@gmail.com on 31 Mar 2008 at 7:05

GoogleCodeExporter commented 8 years ago
Fix committed in r78 was just for the load rom dialog. There are other places 
where
GtkFileSelection is still used.

Original comment by ebenbl...@gmail.com on 31 Mar 2008 at 7:33

GoogleCodeExporter commented 8 years ago
Fixed the rest of the places where deprecated GtkFileSelection widget was being 
used.
Converted to GtkFileChooserDialog. Also added file filters to load dialogs for 
a more
polished file chooser. Committed changes under r86.

Original comment by ebenbl...@gmail.com on 1 Apr 2008 at 8:38