comparison src/layout_image.c @ 1317:cd7204a18f14

simplified and improved bar configuration
author nadvornik
date Tue, 24 Feb 2009 20:34:39 +0000
parents 55ea4962887a
children 4179d41d1149
comparison
equal deleted inserted replaced
1316:732083928afb 1317:cd7204a18f14
1757 static void layout_image_maint_renamed(LayoutWindow *lw, FileData *fd) 1757 static void layout_image_maint_renamed(LayoutWindow *lw, FileData *fd)
1758 { 1758 {
1759 if (fd == layout_image_get_fd(lw)) 1759 if (fd == layout_image_get_fd(lw))
1760 { 1760 {
1761 image_set_fd(lw->image, fd); 1761 image_set_fd(lw->image, fd);
1762 layout_bars_maint_renamed(lw);
1763 } 1762 }
1764 } 1763 }
1765 1764
1766 static void layout_image_maint_removed(LayoutWindow *lw, FileData *fd) 1765 static void layout_image_maint_removed(LayoutWindow *lw, FileData *fd)
1767 { 1766 {