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.510 by sf-exg, Fri May 25 08:27:47 2012 UTC vs.
Revision 1.511 by sf-exg, Fri May 25 18:45:40 2012 UTC

3472 { 3472 {
3473 bool changed = false; 3473 bool changed = false;
3474 3474
3475 if (*str != ';') 3475 if (*str != ';')
3476 { 3476 {
3477 if (image_vec.size () > 0 3477 if (image_vec.size () > 0)
3478 && image_vec[0].set_file_geometry (str)) 3478 changed = image_vec[0].set_file_geometry (str);
3479 changed = true;
3480 else 3479 else
3481 { 3480 {
3482 rxvt_image *image = new_image (); 3481 rxvt_image *image = new_image ();
3483 if (!image->set_file_geometry (str)) 3482 if (!image->set_file_geometry (str))
3484 image_vec.pop_back (); 3483 image_vec.pop_back ();
3487 } 3486 }
3488 } 3487 }
3489 else 3488 else
3490 { 3489 {
3491 str++; 3490 str++;
3492 if (image_vec.size () > 0 3491 if (image_vec.size () > 0)
3493 && image_vec[0].set_geometry (str, true)) 3492 changed = image_vec[0].set_geometry (str, true);
3494 changed = true;
3495 } 3493 }
3496 3494
3497 if (changed) 3495 if (changed)
3498 { 3496 {
3499 if (bg_window_position_sensitive ()) 3497 if (bg_window_position_sensitive ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines