[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk pl.c,1.7,1.8
Zoltan Ponekker
pontscho at mplayerhq.hu
Sun Aug 4 22:44:29 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv10939/Gui/mplayer/gtk
Modified Files:
pl.c
Log Message:
- fix playlist2dvd bug
- change playlist selection mode
Index: pl.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/pl.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pl.c 4 Aug 2002 19:23:58 -0000 1.7
+++ pl.c 4 Aug 2002 20:44:21 -0000 1.8
@@ -548,7 +548,7 @@
gtk_widget_show( CLFiles );
gtk_container_add( GTK_CONTAINER( scrolledwindow2 ),CLFiles );
gtk_clist_set_column_width( GTK_CLIST( CLFiles ),0,80 );
- gtk_clist_set_selection_mode( GTK_CLIST( CLFiles ),GTK_SELECTION_MULTIPLE );
+ gtk_clist_set_selection_mode( GTK_CLIST( CLFiles ),GTK_SELECTION_EXTENDED );
gtk_clist_column_titles_show( GTK_CLIST( CLFiles ) );
gtk_clist_set_shadow_type( GTK_CLIST( CLFiles ),GTK_SHADOW_NONE );
More information about the MPlayer-cvslog
mailing list