Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:
fixed a typo
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_actions.c 25 Sep 2005 21:33:48 -0000      1.31
+++ e_actions.c 27 Sep 2005 11:26:41 -0000      1.32
@@ -299,7 +299,7 @@
          {
             if (atoi(params) == 1)
               e_border_stick(bd);      
-            else if (atoi(params) == 1)
+            else if (atoi(params) == 0)
               e_border_unstick(bd);
          }
      }




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to