# HG changeset patch # User Matti Hamalainen # Date 1104007744 0 # Node ID a2b4a19f564a0668edb5c7263027561e416ba5dc # Parent a05bb36f687336cc2d3c5b12890540b99cf093b0 hmm.. LUW() was missing. diff -r a05bb36f6873 -r a2b4a19f564a src/xs_fileinfo.c --- a/src/xs_fileinfo.c Sat Dec 25 20:42:04 2004 +0000 +++ b/src/xs_fileinfo.c Sat Dec 25 20:49:04 2004 +0000 @@ -83,7 +83,7 @@ if (xs_status.tuneInfo && xs_status.isPlaying) { - n = (gint) gtk_range_get_adjustment(GTK_RANGE(("fileinfo_subctrl_adj")))->value; + n = (gint) gtk_range_get_adjustment(GTK_RANGE(LUW("fileinfo_subctrl_adj")))->value; if ((n >= 1) && (n <= xs_status.tuneInfo->nsubTunes)) xs_status.currSong = n; }