diff Gui/mplayer/gtk/pl.c @ 7092:8e9607c5897e

- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org> - wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug
author pontscho
date Mon, 26 Aug 2002 22:20:58 +0000
parents 98bed9e12087
children 35bab6be713b
line wrap: on
line diff
--- a/Gui/mplayer/gtk/pl.c	Mon Aug 26 17:20:17 2002 +0000
+++ b/Gui/mplayer/gtk/pl.c	Mon Aug 26 22:20:58 2002 +0000
@@ -266,7 +266,7 @@
          {
           if ( CLFileSelected[i] )
            {
-	    gtk_clist_get_text( GTK_CLIST( CLFiles ),i,0,&itext );
+	    gtk_clist_get_text( GTK_CLIST( CLFiles ),i,0,(char **)&itext );
 	    text[0][0]=itext[0][0]; text[0][1]=current_path;
 	    gtk_clist_append( GTK_CLIST( CLSelected ),text[0] );
 	    NrOfSelected++;