comparison src/layout_image.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents 682705e0c0e0
children ec068409bee7
comparison
equal deleted inserted replaced
195:d85687d951aa 196:f6e307c7bad6
1 /* 1 /*
2 * GQview 2 * Geeqie
3 * (C) 2006 John Ellis 3 * (C) 2006 John Ellis
4 * 4 *
5 * Author: John Ellis 5 * Author: John Ellis
6 * 6 *
7 * This software is released under the GNU General Public License (GNU GPL). 7 * This software is released under the GNU General Public License (GNU GPL).
1662 1662
1663 image_set_update_func(lw->image, layout_image_update_cb, lw); 1663 image_set_update_func(lw->image, layout_image_update_cb, lw);
1664 layout_image_set_buttons(lw); 1664 layout_image_set_buttons(lw);
1665 image_set_drag_func(lw->image, layout_image_drag_cb, lw); 1665 image_set_drag_func(lw->image, layout_image_drag_cb, lw);
1666 1666
1667 image_attach_window(lw->image, lw->window, NULL, "GQview", FALSE); 1667 image_attach_window(lw->image, lw->window, NULL, "Geeqie", FALSE);
1668 1668
1669 /* do not hilight selected image in SPLIT_NONE */ 1669 /* do not hilight selected image in SPLIT_NONE */
1670 /* maybe the image should be selected always and hilight should be controled by 1670 /* maybe the image should be selected always and hilight should be controled by
1671 another image option */ 1671 another image option */
1672 if (lw->split_mode != SPLIT_NONE) 1672 if (lw->split_mode != SPLIT_NONE)