This patch is fixing an issue introduced with apercu feature.
The balloon was not displayed if the type is appicon or dock icon.

---
 src/balloon.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/balloon.c b/src/balloon.c
index 769a346..4e3c08d 100644
--- a/src/balloon.c
+++ b/src/balloon.c
@@ -468,8 +468,7 @@ static void showBalloon(WScreen * scr)
  showApercu(scr, x, y, (wPreferences.icon_size - 1) * 2,
(wPreferences.icon_size - 1) * 2,
  scr->balloon->text, scr->balloon->apercu);
  else
- if (wPreferences.miniwin_title_balloon)
- showText(scr, x, y, scr->balloon->h, w, scr->balloon->text);
+ showText(scr, x, y, scr->balloon->h, w, scr->balloon->text);
 }

 static void frameBalloon(WObjDescriptor * object)

Attachment: 0001-wmaker-fix-application-dock-icon-balloon.patch
Description: Binary data

Reply via email to