Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c 


Log Message:
Fix IBar/IBox "resize to single icon" bug.

Good eye Metrics :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_gadcon.c  15 Nov 2006 06:24:30 -0000      1.51
+++ e_gadcon.c  29 Nov 2006 11:24:54 -0000      1.52
@@ -3809,7 +3809,7 @@
    else
      {
        bi_moving->gcc->config.pos = bi_moving->ask.pos = bi_moving->y;
-       bi_moving->gcc->config.size = bi_moving->w;
+       bi_moving->gcc->config.size = bi_moving->h;
      }
 }
 



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