Mercurial > geeqie
diff src/layout.c @ 531:1149a7b0a3d7
cleanup: use image_get_image_size
author | nadvornik |
---|---|
date | Tue, 29 Apr 2008 18:12:49 +0000 |
parents | bf9c9e37adf4 |
children | 32cf2e7992fd |
line wrap: on
line diff
--- a/src/layout.c Tue Apr 29 17:52:12 2008 +0000 +++ b/src/layout.c Tue Apr 29 18:12:49 2008 +0000 @@ -598,7 +598,7 @@ { gint width, height; - pixbuf_renderer_get_image_size(PIXBUF_RENDERER(lw->image->pr), &width, &height); + image_get_image_size(lw->image, &width, &height); text = g_strdup_printf(_("( %d x %d ) %s bytes"), width, height, b); }