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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.490 by sf-exg, Sat Jul 9 18:23:48 2011 UTC vs.
Revision 1.491 by sf-exg, Fri Aug 19 17:42:09 2011 UTC

3460 if (*str != ';') 3460 if (*str != ';')
3461 { 3461 {
3462 if (bg_set_file (str)) /* change pixmap */ 3462 if (bg_set_file (str)) /* change pixmap */
3463 { 3463 {
3464 changed++; 3464 changed++;
3465 str = strchr (str, ';');
3466 if (str == NULL)
3467 bg_set_default_geometry ();
3468 else
3469 bg_set_geometry (str+1);
3470 } 3465 }
3471 } 3466 }
3472 else 3467 else
3473 { 3468 {
3474 str++; 3469 str++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines