comparison src/layout.c @ 1480:077924265c28

split-mode cleanup and improvements
author nadvornik
date Sat, 28 Mar 2009 15:09:09 +0000
parents 01693e68707b
children dac747d99394
comparison
equal deleted inserted replaced
1479:d062522699dc 1480:077924265c28
1660 1660
1661 priority_location = layout_grid_compass(lw); 1661 priority_location = layout_grid_compass(lw);
1662 1662
1663 if (lw->utility_box) 1663 if (lw->utility_box)
1664 { 1664 {
1665 layout_split_change(lw, lw->split_mode); /* this re-creates image frame for the new configuration */
1665 image_sb = lw->utility_box; 1666 image_sb = lw->utility_box;
1666 } 1667 }
1667 else 1668 else
1668 { 1669 {
1669 GtkWidget *image; /* image or split images together */ 1670 GtkWidget *image; /* image or split images together */