Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filepicker.h 


Log Message:
- fix macro

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_filepicker.h    4 Mar 2007 00:52:01 -0000       1.8
+++ ewl_filepicker.h    6 Mar 2007 07:52:22 -0000       1.9
@@ -25,7 +25,7 @@
  * @def EWL_FILEPICKER_IS(w)
  * Returns TRUE if the widget is an Ewl_Filepicker, FALSE otherwise
  */
-#define EWL_FILEPLICKER_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), 
EWL_FILEPICKER_TYPE))
+#define EWL_FILEPICKER_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), 
EWL_FILEPICKER_TYPE))
 
 /**
  * The Ewl_Filepicker provides a widget for picking files



-------------------------------------------------------------------------
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