On Mon, 18 Aug 2014 at 13:52:41 +0800, David Maciejak wrote: > This patch is fixing an issue introduced with apercu feature. > The balloon was not displayed if the type is appicon or dock icon.
This one can be fixed into the original apercu patch, I will make a small comment in that patch too. > > --- > 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) -- To unsubscribe, send mail to [email protected].
