repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 7477d108986cb0f2e981ebca38238e47c4b9596d:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 7477d108986cb0f2e981ebca38238e47c4b9596d
Author: Marc Lehmann 
Date:   Mon Aug 23 18:48:03 2004 +0000

    *** empty log message ***

diff --git a/src/xpm.C b/src/xpm.C
index 8db48ba669b0030f3b55c849d2c71c8918df92a9..
index ..66c8dcf79d20a3a64af12266f37f6a1bde7614df 100644
--- a/src/xpm.C
+++ b/src/xpm.C
@@ -352,6 +352,7 @@ rxvt_term::set_bgPixmap (const char *file)
       XFreePixmap (display->display, bgPixmap.pixmap);
       bgPixmap.pixmap = None;
     }
+
   XSetWindowBackground (display->display, TermWin.vt, pix_colors[Color_bg]);

   if (*file != '\0')
@@ -383,7 +384,7 @@ rxvt_term::set_bgPixmap (const char *file)
           if ((p = strchr (file, ';')) == NULL)
             p = strchr (file, '\0');

-          rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.", (p - file), file);
+          rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.\n", (p - file), file);
         }

       free (f);

-----END OF PAGE-----