comparison Gui/mplayer/gtk/fs.c @ 9190:aa55f2f0b057

commit Dominik Mierzejewski's patch
author pontscho
date Sat, 01 Feb 2003 08:42:52 +0000
parents 731e5dc57436
children c167de07f81d
comparison
equal deleted inserted replaced
9189:2bc37966cb23 9190:aa55f2f0b057
218 218
219 gtk_clist_set_column_width( GTK_CLIST( list ),0,17 ); 219 gtk_clist_set_column_width( GTK_CLIST( list ),0,17 );
220 gtk_clist_select_row( GTK_CLIST( list ),0,1 ); 220 gtk_clist_select_row( GTK_CLIST( list ),0,1 );
221 gtk_widget_show( list ); 221 gtk_widget_show( list );
222 } 222 }
223
224 int fs_PersistantHistory( char *subject ); /* forward declaration */
223 225
224 void ShowFileSelect( int type,int modal ) 226 void ShowFileSelect( int type,int modal )
225 { 227 {
226 int i; 228 int i;
227 char * tmp = NULL; 229 char * tmp = NULL;