Fri Aug 10 13:55:49 2001 Michael Jennings (mej)

Minor typo...


SVN revision: 5092
This commit is contained in:
Michael Jennings 2001-08-10 20:56:03 +00:00
parent 450ad4f34f
commit fe2f9eff33
2 changed files with 5 additions and 1 deletions

View File

@ -4341,3 +4341,7 @@ about it until Martin Tyler <martin@boo.org> reminded me. This should
fix the bogus calls to imlib_image_get_filename() etc. when using
transparency and shading.
----------------------------------------------------------------------
Fri Aug 10 13:55:49 2001 Michael Jennings (mej)
Minor typo...
----------------------------------------------------------------------

View File

@ -133,7 +133,7 @@ enum {
scr_touch(); scrollbar_draw(IMAGE_STATE_CURRENT, MODE_MASK); if (image_mode_any(MODE_AUTO)) enl_ipc_sync(); \
} while (0)
#define reload_image(iml) do {Imlib_Image tmp_im; \
if ((iml) && (iml->im)) { \
if ((iml) && ((iml)->im)) { \
imlib_context_set_image((iml)->im); \
tmp_im = imlib_load_image_immediately(imlib_image_get_filename()); \
imlib_free_image_and_decache(); (iml)->im = tmp_im; \