discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=4f945bcdd77a991886679218283b2721c944dd48

commit 4f945bcdd77a991886679218283b2721c944dd48
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Jul 3 11:13:22 2014 -0400

    hide tw popup on terminal popup show
    
    fix T1290
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index e4d75bf..1c85c2a 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1095,6 +1095,7 @@ _popmedia_show(Term *term, const char *src)
    int type = 0;
 
    if (!config) return;
+   ty_dbus_link_hide();
    if (term->popmedia)
      {
         const char *s;

-- 


Reply via email to