comparison src/xs_fileinfo.c @ 301:a2b4a19f564a

hmm.. LUW() was missing.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 20:49:04 +0000
parents 4279cc6a3412
children dd201740a720
comparison
equal deleted inserted replaced
300:a05bb36f6873 301:a2b4a19f564a
81 XS_MUTEX_LOCK(xs_status); 81 XS_MUTEX_LOCK(xs_status);
82 XS_MUTEX_LOCK(xs_fileinfowin); 82 XS_MUTEX_LOCK(xs_fileinfowin);
83 83
84 if (xs_status.tuneInfo && xs_status.isPlaying) 84 if (xs_status.tuneInfo && xs_status.isPlaying)
85 { 85 {
86 n = (gint) gtk_range_get_adjustment(GTK_RANGE(("fileinfo_subctrl_adj")))->value; 86 n = (gint) gtk_range_get_adjustment(GTK_RANGE(LUW("fileinfo_subctrl_adj")))->value;
87 if ((n >= 1) && (n <= xs_status.tuneInfo->nsubTunes)) 87 if ((n >= 1) && (n <= xs_status.tuneInfo->nsubTunes))
88 xs_status.currSong = n; 88 xs_status.currSong = n;
89 } 89 }
90 90
91 XS_MUTEX_UNLOCK(xs_fileinfowin); 91 XS_MUTEX_UNLOCK(xs_fileinfowin);