Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        gnome.c 


Log Message:
Oops - missing parameter.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/gnome.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- gnome.c     20 Mar 2004 15:49:05 -0000      1.35
+++ gnome.c     31 Mar 2004 19:00:19 -0000      1.36
@@ -327,7 +327,7 @@
    if (retval)
      {
        ewin->layer = *retval;
-       EwinChange(EWIN_CHANGE_LAYER);
+       EwinChange(ewin, EWIN_CHANGE_LAYER);
        Efree(retval);
      }
    EDBUG_RETURN_;
@@ -406,7 +406,7 @@
      {
        desk = (int *)retval;
        ewin->desktop = *desk;
-       EwinChange(EWIN_CHANGE_DESKTOP);
+       EwinChange(ewin, EWIN_CHANGE_DESKTOP);
        Efree(retval);
      }
    EDBUG_RETURN_;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to