Mercurial > geeqie
diff src/info.c @ 531:1149a7b0a3d7
cleanup: use image_get_image_size
| author | nadvornik |
|---|---|
| date | Tue, 29 Apr 2008 18:12:49 +0000 |
| parents | 5212d4fed37f |
| children | 5b127951daa1 |
line wrap: on
line diff
--- a/src/info.c Tue Apr 29 17:52:12 2008 +0000 +++ b/src/info.c Tue Apr 29 18:12:49 2008 +0000 @@ -238,7 +238,7 @@ if (id->image->unknown) return; - pixbuf_renderer_get_image_size(PIXBUF_RENDERER(id->image->pr), &width, &height); + image_get_image_size(id->image, &width, &height); buf = g_strdup_printf("%d x %d", width, height); gtk_label_set_text(GTK_LABEL(tab->label_dimensions), buf);
