Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_menu.c 


Log Message:


set menu zone further up to avoid segv

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_menu.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- e_menu.c    9 Sep 2006 07:00:14 -0000       1.68
+++ e_menu.c    8 Oct 2006 06:12:25 -0000       1.69
@@ -1713,6 +1713,7 @@
          {
             ecore_x_window_del(_e_menu_win);
             _e_menu_win = 0;
+            m->zone = zone;
             return;
          }
      }
@@ -1721,6 +1722,7 @@
        printf("FIXME: cannot move menus between containers yet\n");
        return;
      }
+   m->zone = zone;
    if (!m->active)
      {
        /* this remove is in case the menu is marked as inactive but hasnt */
@@ -1749,7 +1751,6 @@
          }
      }
    m->cur.visible = 1;
-   m->zone = zone;
 }
 
 static void



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