Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_engine.c etk_filechooser_widget.c 


Log Message:
--warnings


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_engine.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- etk_engine.c        8 Oct 2006 10:04:54 -0000       1.14
+++ etk_engine.c        19 Dec 2006 22:01:57 -0000      1.15
@@ -171,7 +171,7 @@
    handle = dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
    if (!handle)
    {
-      char *error;
+      const char *error;
       
       error = dlerror();
       ETK_WARNING("Etk can not dlopen the requested engine: %s", error ? error 
: "Unknown error");
===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_filechooser_widget.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- etk_filechooser_widget.c    19 Dec 2006 21:52:03 -0000      1.15
+++ etk_filechooser_widget.c    19 Dec 2006 22:01:57 -0000      1.16
@@ -244,7 +244,7 @@
    if (!filechooser_widget && !(filechooser_widget->files_tree))
       return NULL;
 
-   if (row = 
etk_tree_selected_row_get(ETK_TREE(filechooser_widget->files_tree)))
+   if ((row = 
etk_tree_selected_row_get(ETK_TREE(filechooser_widget->files_tree))))
        etk_tree_row_fields_get(row, filechooser_widget->files_name_col, NULL, 
NULL, &filename, NULL);
 
    return filename;



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