Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30001/src
Modified Files:
prefs_window.c
Log Message:
Fixed sort ignore list bug.
Index: prefs_window.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs_window.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- prefs_window.c 26 Jun 2006 23:58:17 -0000 1.181
+++ prefs_window.c 27 Jun 2006 00:31:52 -0000 1.182
@@ -1935,11 +1935,12 @@
/* apply the current settings and close the window */
void sort_window_ok (void)
{
+ /* update the sort ignore strings */
+ sort_window_read_sort_ign ();
+
temp_prefs_apply(sort_temp_prefs);
temp_lists_apply(sort_temp_lists);
- /* update the sort ignore strings */
- sort_window_read_sort_ign ();
/* save current settings */
sort_window_set ();
@@ -1953,11 +1954,12 @@
/* apply the current settings, don't close the window */
void sort_window_apply (void)
{
+ /* update the sort ignore strings */
+ sort_window_read_sort_ign ();
+
temp_prefs_apply(sort_temp_prefs);
temp_lists_apply(sort_temp_lists);
- /* update the sort ignore strings */
- sort_window_read_sort_ign ();
/* save current settings */
sort_window_set ();
}
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2