Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist.c 


Log Message:
Warning cleanup patch from Nick Hughart (mekius_).

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_filelist.c      17 Nov 2006 06:13:35 -0000      1.21
+++ ewl_filelist.c      17 Nov 2006 06:57:48 -0000      1.22
@@ -199,7 +199,7 @@
        /* clean out the old set of selected files */
        if (fl->selected_unselect) fl->selected_unselect(fl);
        ecore_list_clear(fl->selected);
-       if (fl->selected_file_add) fl->selected_file_add(fl, file);
+       if (fl->selected_file_add && file) fl->selected_file_add(fl, file);
 
        ewl_filelist_selected_files_change_notify(fl);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to