Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        controlcentre.c note.c 


Log Message:
Ecore Minimize Error Quick Hack

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- controlcentre.c     12 Sep 2004 15:33:57 -0000      1.13
+++ controlcentre.c     12 Sep 2004 16:15:40 -0000      1.14
@@ -322,6 +322,10 @@
 void
 cc_minimize(void *data)
 {
+       /* FIXME: The line below should be removed when
+        *          * ecore_evas is fixed. */
+        ecore_evas_iconified_set((Ecore_Evas*)data,0);
+               
        ecore_evas_iconified_set((Ecore_Evas *) data, 1);
        return;
 }
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- note.c      12 Sep 2004 15:33:57 -0000      1.27
+++ note.c      12 Sep 2004 16:15:40 -0000      1.28
@@ -385,6 +385,11 @@
        dml("Minimising a Note", 2);
 
        p = evas_list_data(note);
+
+       /* FIXME: The line below should be removed when
+        * ecore_evas is fixed. */
+       ecore_evas_iconified_set(p->win,0);
+       
        ecore_evas_iconified_set(p->win, 1);
 
        return;




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to