comparison gui/ui/gtk/playlist.c @ 33894:b2e63fe7fe17

Remove needless guiInfo member FilenameChanged. Use existing member NewPlay for this, because FilenameChanged and NewPlay == GUI_FILE_NEW mean the same.
author ib
date Fri, 12 Aug 2011 14:09:36 +0000
parents 983ffb8be5bd
children 8861ea3ec08c
comparison
equal deleted inserted replaced
33893:acfe0bf9a847 33894:b2e63fe7fe17
207 } 207 }
208 if ( plCurrent ) 208 if ( plCurrent )
209 { 209 {
210 uiSetFileName( plCurrent->path,plCurrent->name,STREAMTYPE_FILE ); 210 uiSetFileName( plCurrent->path,plCurrent->name,STREAMTYPE_FILE );
211 // setddup( &guiInfo.Filename,plCurrent->path,plCurrent->name ); 211 // setddup( &guiInfo.Filename,plCurrent->path,plCurrent->name );
212 // guiInfo.FilenameChanged=1; 212 // guiInfo.NewPlay=GUI_FILE_NEW;
213 // guiInfo.StreamType=STREAMTYPE_FILE; 213 // guiInfo.StreamType=STREAMTYPE_FILE;
214 } 214 }
215 } 215 }
216 case 0: // cancel 216 case 0: // cancel
217 HidePlayList(); 217 HidePlayList();