comparison src/layout_image.c @ 288:d1f74154463e

Replace occurences of Geeqie / geeqie by constants defined in main.h.
author zas_
date Wed, 09 Apr 2008 13:53:01 +0000
parents 9995c5fb202a
children c1f75ee307ec
comparison
equal deleted inserted replaced
287:fd5c62403498 288:d1f74154463e
1740 1740
1741 image_set_update_func(lw->image, layout_image_update_cb, lw); 1741 image_set_update_func(lw->image, layout_image_update_cb, lw);
1742 layout_image_set_buttons(lw); 1742 layout_image_set_buttons(lw);
1743 image_set_drag_func(lw->image, layout_image_drag_cb, lw); 1743 image_set_drag_func(lw->image, layout_image_drag_cb, lw);
1744 1744
1745 image_attach_window(lw->image, lw->window, NULL, "Geeqie", FALSE); 1745 image_attach_window(lw->image, lw->window, NULL, GQ_APPNAME, FALSE);
1746 1746
1747 /* do not hilight selected image in SPLIT_NONE */ 1747 /* do not hilight selected image in SPLIT_NONE */
1748 /* maybe the image should be selected always and hilight should be controled by 1748 /* maybe the image should be selected always and hilight should be controled by
1749 another image option */ 1749 another image option */
1750 if (lw->split_mode != SPLIT_NONE) 1750 if (lw->split_mode != SPLIT_NONE)