ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.342 by root, Mon Dec 15 02:04:02 2014 UTC vs.
Revision 1.343 by sf-exg, Wed May 13 16:33:09 2015 UTC

1207} 1207}
1208 1208
1209void 1209void
1210rxvt_term::set_icon (const char *file) 1210rxvt_term::set_icon (const char *file)
1211{ 1211{
1212#if HAVE_PIXBUF 1212#if HAVE_PIXBUF && ENABLE_EWMH
1213 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL); 1213 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL);
1214 if (!pixbuf) 1214 if (!pixbuf)
1215 { 1215 {
1216 rxvt_warn ("Loading image icon failed, continuing without.\n"); 1216 rxvt_warn ("Loading image icon failed, continuing without.\n");
1217 return; 1217 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines