gtk developers with IQs over 180 enjoy hiding and showing their windows constantly...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 21 Jun 2012 13:29:45 +0000 (13:29 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 21 Jun 2012 13:29:45 +0000 (13:29 +0000)
fixes ticket #765 and probably some others.
affected apps: claws-mail, firefox

SVN revision: 72600

src/modules/comp/e_mod_comp.c

index 2f08ee2..67354fc 100644 (file)
@@ -2529,6 +2529,7 @@ _e_mod_comp_show(void *data __UNUSED__,
    Ecore_X_Event_Window_Show *ev = event;
    E_Comp_Win *cw = _e_mod_comp_win_find(ev->win);
    if (!cw) return ECORE_CALLBACK_PASS_ON;
+   cw->defer_hide = 0;
    if (cw->visible) return ECORE_CALLBACK_PASS_ON;
    _e_mod_comp_win_show(cw);
    return ECORE_CALLBACK_PASS_ON;