Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/start


Modified Files:
        e_mod_main.c 


Log Message:


shutdown disabled for now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_main.c        10 Feb 2006 12:21:22 -0000      1.17
+++ e_mod_main.c        10 Feb 2006 13:42:56 -0000      1.18
@@ -112,8 +112,6 @@
        zone = e_gadcon_zone_get(inst->gcc->gadcon);
        if (!zone)
          zone = e_util_zone_current_get(e_manager_current_get());
-       x -= zone->x;
-       y -= zone->y;
        if (!inst->main_menu)
          inst->main_menu = e_int_menus_main_new();
        if (inst->main_menu)
@@ -128,25 +126,15 @@
               {
                case E_GADCON_ORIENT_TOP:
                  dir = E_MENU_POP_DIRECTION_DOWN;
-// these make the menu pop off the panels' edge, not the module's object - not
-// a very generic thing though.
-//               y = cy;
-//               h = ch;
                  break;
                case E_GADCON_ORIENT_BOTTOM:
                  dir = E_MENU_POP_DIRECTION_UP;
-//               y = cy;
-//               h = ch;
                  break;
                case E_GADCON_ORIENT_LEFT:
                  dir = E_MENU_POP_DIRECTION_RIGHT;
-//               x = cx;
-//               w = cw;
                  break;
                case E_GADCON_ORIENT_RIGHT:
                  dir = E_MENU_POP_DIRECTION_LEFT;
-//               x = cx;
-//               w = cw;
                  break;
                default:
                  break;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to