changeset 301:a2b4a19f564a

hmm.. LUW() was missing.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 20:49:04 +0000
parents a05bb36f6873
children 1a918a41e962
files src/xs_fileinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}