kukugt / mupen64plus

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

Clicking ROM list columns doesn't sort list in GTK GUI #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clicking on a category to sort the ROM list results in no sorting and:

(mupen64plus:8583): Gtk-CRITICAL **: gtk_list_store_set_sort_column_id: 
assertion `list_store->default_sort_func != NULL' failed

Original issue reported on code.google.com by sknau...@wesleyan.edu on 18 Apr 2008 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by sknau...@wesleyan.edu on 18 Apr 2008 at 6:31

GoogleCodeExporter commented 9 years ago
Give more specific info in summary so devs can grok it from buglist

Original comment by richard...@gmail.com on 19 Apr 2008 at 3:33

GoogleCodeExporter commented 9 years ago
Sorry if I was unclear, 

1) Open the GUI from a terminal. 
2) Click on any item in the column header for the ROM list, i.e. Flag, Good 
Name, 
Country, Size, Comments, File Name.

The terminal will show the above error. I also believe the ROM list should sort 
via 
the category, like a normal list view, it does not. 

Original comment by sknau...@wesleyan.edu on 19 Apr 2008 at 4:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
After mucking around for awhile I found the issue. The Gtk 2.0 switch changed 
how 
gtk Tree Views are sorted. I got sorting back with the default sort functions. 
I'll 
soon have a commit using some kind of new sorting functions so things sort 
correctly.

Original comment by sknau...@wesleyan.edu on 20 Apr 2008 at 1:00

GoogleCodeExporter commented 9 years ago
Fixed by Commit 242.

Original comment by sknau...@wesleyan.edu on 20 Apr 2008 at 8:11