]> Dogcows Code - chaz/openbox/commitdiff
hide the desktop popup when showing the directional focus popup too
authorDana Jansens <danakj@orodu.net>
Thu, 23 Aug 2007 13:08:38 +0000 (09:08 -0400)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Aug 2007 13:08:38 +0000 (09:08 -0400)
openbox/focus_cycle_popup.c

index 1869cc3520deaa177b74b258640091b798f277fd..dbc6504227019fbaf39f80b28d1145e2da75f3c7 100644 (file)
@@ -520,6 +520,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c,
     text = popup_get_name(c);
     icon_popup_show(single_popup, text, client_icon(c, ICON_SIZE, ICON_SIZE));
     g_free(text);
     text = popup_get_name(c);
     icon_popup_show(single_popup, text, client_icon(c, ICON_SIZE, ICON_SIZE));
     g_free(text);
+    screen_hide_desktop_popup();
 }
 
 void focus_cycle_popup_single_hide()
 }
 
 void focus_cycle_popup_single_hide()
This page took 0.026147 seconds and 4 git commands to generate.