From: Thien-Thi Nguyen Date: Thu, 13 Sep 2007 14:09:42 +0000 (+0000) Subject: (bubbles--initialize-images): Fix bug: X-Git-Tag: emacs-pretest-23.0.90~10919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45169e8d47c86118bb09dc734f9861d94d590da7;p=emacs.git (bubbles--initialize-images): Fix bug: Use transparent background for empty cells in graphics mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 477723cdb1a..797aa8c1169 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-09-13 Sascha Wilde (tiny change) + + * play/bubbles.el (bubbles--initialize-images): Fix bug: + Use transparent background for empty cells in graphics mode. + 2007-09-13 Jari Aalto * man.el (Man-default-man-entry): At end of line, continue looking diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index 133c6efc0d2..00cb6e04397 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -1323,7 +1323,7 @@ Return t if new char is non-empty." (setq bubbles--empty-image (create-image (replace-regexp-in-string "^\"\\(.*\\)\t.*c .*\",$" - "\"\\1\tc #FFFFFF\"," template) + "\"\\1\tc None\"," template) 'xpm t ;;:mask 'heuristic :margin '(2 . 1)))