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.521 by sf-exg, Sun Jun 10 16:00:26 2012 UTC vs.
Revision 1.522 by sf-exg, Mon Jun 11 14:45:53 2012 UTC

3488 { 3488 {
3489 bool changed = false; 3489 bool changed = false;
3490 3490
3491 if (*str != ';') 3491 if (*str != ';')
3492 { 3492 {
3493 try
3494 {
3493 if (fimage.set_file_geometry (this, str)) 3495 fimage.set_file_geometry (this, str);
3494 changed = true; 3496 changed = true;
3497 }
3498 catch (const class rxvt_failure_exception &e)
3499 {
3500 }
3495 } 3501 }
3496 else 3502 else
3497 { 3503 {
3498 str++; 3504 str++;
3499 if (fimage.set_geometry (str, true)) 3505 if (fimage.set_geometry (str, true))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines