discomfitor pushed a commit to branch master.

commit a67d211e09077c6eba2093c4a3a14d5c554efca4
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 9 09:33:26 2013 +0100

    don't resize manager when manager has same size as set size
---
 src/bin/e_manager.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_manager.c b/src/bin/e_manager.c
index 4fdba46..03580b7 100644
--- a/src/bin/e_manager.c
+++ b/src/bin/e_manager.c
@@ -377,6 +377,7 @@ e_manager_resize(E_Manager *man, int w, int h)
 
    E_OBJECT_CHECK(man);
    E_OBJECT_TYPE_CHECK(man, E_MANAGER_TYPE);
+   if ((man->w == w) && (man->h == h)) return;
    man->w = w;
    man->h = h;
    if (man->root != man->win)

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to