On Mon, 1 Apr 2013 at 15:12:14 +0300, Gabriel VLASIU wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>
> diff -urN a/wmpager-1.2/src/wmpager.c b/wmpager-1.2/src/wmpager.c
> - --- a/wmpager-1.2/src/wmpager.c 2002-08-18 13:14:21.000000000 +0300
> +++ b/wmpager-1.2/src/wmpager.c 2013-04-01 15:04:10.000000000 +0300
> @@ -1150,6 +1150,10 @@
> }
>
> szText= strdup(getScreenName(nButton));
> + if (!szText)
> + {
> + return;
> + }
> nWidth= XTextWidth(_fTooltip, szText, strlen(szText)) + 16;
> nHeight= _nFontHeight + 4;
> if (nHeight < 16) {
This patch doesn't apply to the wmpager source in
http://repo.or.cz/w/dockapps.git
--
To unsubscribe, send mail to [email protected].