Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text_trigger.c ewl_tree2.c 


Log Message:
- fix doxy
- formatting change

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text_trigger.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_text_trigger.c  18 Jul 2007 14:43:32 -0000      1.4
+++ ewl_text_trigger.c  19 Jul 2007 18:01:54 -0000      1.5
@@ -335,7 +335,9 @@
 }
 
 /**
- * @param trig:
+ * @param w: The trigger to work with
+ * @param ev: UNUSED
+ * @param data: UNUSED
  * @return Returns no value
  * @brief Configures the areas associated with @a trig
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -3 -r1.80 -r1.81
--- ewl_tree2.c 19 Jul 2007 15:52:01 -0000      1.80
+++ ewl_tree2.c 19 Jul 2007 18:01:54 -0000      1.81
@@ -719,7 +719,8 @@
                ewl_callback_append(row, EWL_CALLBACK_CLICKED,  
                                        ewl_tree2_cb_row_clicked, node);
 
-               if (!model->highlight || model->highlight(data, i)) {
+               if (!model->highlight || model->highlight(data, i))
+               {
                        ewl_callback_append(row, EWL_CALLBACK_MOUSE_IN,
                                        ewl_tree2_cb_row_highlight, NULL);
                        ewl_callback_append(row, EWL_CALLBACK_MOUSE_OUT,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to