comparison Gui/mplayer/gtk/pl.c @ 8378:8a03d2b1c8eb

better 'Audio track' support, and one 10l
author pontscho
date Thu, 05 Dec 2002 23:40:05 +0000
parents 5b67aed0fc28
children dc27303ae528
comparison
equal deleted inserted replaced
8377:15da31032c76 8378:8a03d2b1c8eb
221 item->path=strdup( text[1] ); 221 item->path=strdup( text[1] );
222 gtkSet( gtkAddPlItem,0,(void*)item ); 222 gtkSet( gtkAddPlItem,0,(void*)item );
223 } 223 }
224 if ( plCurrent ) 224 if ( plCurrent )
225 { 225 {
226 guiSetDF( guiIntfStruct.Filename,plCurrent->path,plCurrent->name ); 226 mplSetFileName( plCurrent->path,plCurrent->name,STREAMTYPE_FILE );
227 guiIntfStruct.FilenameChanged=1; 227 // guiSetDF( guiIntfStruct.Filename,plCurrent->path,plCurrent->name );
228 guiIntfStruct.StreamType=STREAMTYPE_FILE; 228 // guiIntfStruct.FilenameChanged=1;
229 // guiIntfStruct.StreamType=STREAMTYPE_FILE;
229 } 230 }
230 } 231 }
231 case 0: // cancel 232 case 0: // cancel
232 HidePlayList(); 233 HidePlayList();
233 break; 234 break;