Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29672/src

Modified Files:
        prefs_window.c 
Log Message:

Fixed some sorting window bugs:
        - Pressing cancel shouldn't commit changes
        - Sorting now works again. 


Index: prefs_window.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs_window.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- prefs_window.c      15 Jun 2006 03:07:30 -0000      1.168
+++ prefs_window.c      16 Jun 2006 00:55:26 -0000      1.169
@@ -1754,7 +1754,7 @@
        (sortcol_old != sortcol_new))
     {
        tm_sort_counter (-1);
-       tm_sort (prefs_get_int("tm_sortcol"), sortcol_new);
+       tm_sort (prefs_get_int("tm_sortcol"), prefs_get_int("tm_sort_"));
     }
     /* if auto sort was changed to TRUE, store order */
     if (!temp_prefs_get_int(sort_temp_prefs, "tm_autostore"))



_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to