cedric pushed a commit to branch master.
commit ea8a5adad2925d233fd7b54ff58467349e48eb5e
Author: Yossi Kantor <[email protected]>
Date: Mon Jul 29 17:24:41 2013 +0300
Bugfix: ibar popup doent show on additional screens just on main
---
src/modules/ibar/e_mod_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index 5cf91c5..5549a53 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -1139,6 +1139,8 @@ _ibar_icon_menu(IBar_Icon *ic)
{
Evas_Coord x, y, iw, ih, ox, oy;
evas_object_geometry_get(ic->o_holder, &x, &y, &iw, &ih);
+ x -= ic->menu->win->zone->x;
+ y -= ic->menu->win->zone->y;
ox = ic->menu->win->x, oy = ic->menu->win->y;
if (e_box_orientation_get(ic->ibar->o_box))
ox = (x + (iw / 2)) - (w / 2);
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk