diff gui/ui/gtk/url.c @ 34610:4ff933a89818

Cosmetic: Rename functions in list.c. Additionally, change a parameter name of new listMgr() and add some doxygen comments to list.h.
author ib
date Sun, 12 Feb 2012 18:44:19 +0000
parents eb6344ee99ac
children 73a5ecb53ee2
line wrap: on
line diff
--- a/gui/ui/gtk/url.c	Sun Feb 12 18:39:27 2012 +0000
+++ b/gui/ui/gtk/url.c	Sun Feb 12 18:44:19 2012 +0000
@@ -101,7 +101,7 @@
 
      item=calloc( 1,sizeof( urlItem ) );
      item->url=gstrdup( str );
-     listSet( gtkAddURLItem,item );
+     listMgr( gtkAddURLItem,item );
 
      uiSetFileName( NULL,str,STREAMTYPE_STREAM ); guiInfo.NewPlay=GUI_FILE_NEW;
      uiEventHandling( evPlay,0 );