From 9c7e6a4e3d707b6d5e2d7b9ec3da7bb3badbabe4 Mon Sep 17 00:00:00 2001 From: Thorsten Maerz Date: Thu, 28 Nov 2002 21:10:18 +0000 Subject: [PATCH] cleaned up conflicting declarations of imageview_show_image() --- ChangeLog.claws | 6 ++++++ configure.in | 2 +- src/imageview.c | 2 +- src/imageview.h | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index e2ec719be..0a1618825 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-11-28 [thorsten] 0.8.6claws26 + + * src/imageview.[ch] + cleaned up conflicting declarations of + imageview_show_image() + 2002-11-28 [paul] 0.8.6claws25 * src/grouplistdialog.c diff --git a/configure.in b/configure.in index 9887cc6bf..ab3303fb8 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws25 +EXTRA_VERSION=claws26 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/imageview.c b/src/imageview.c index 85443e8d8..20d7be33d 100644 --- a/src/imageview.c +++ b/src/imageview.c @@ -194,7 +194,7 @@ void imageview_show_image(ImageView *imageview, MimeInfo *mimeinfo, } #else void imageview_show_image(ImageView *imageview, MimeInfo *mimeinfo, - const gchar *file) + const gchar *file, gboolean resize) { } #endif /* HAVE_GDK_IMLIB */ diff --git a/src/imageview.h b/src/imageview.h index ba1be743e..1eaef0e11 100644 --- a/src/imageview.h +++ b/src/imageview.h @@ -41,7 +41,7 @@ void imageview_init (ImageView *imageview); void imageview_show_image (ImageView *imageview, MimeInfo *mimeinfo, const gchar *file, - gboolean render); + gboolean resize); void imageview_clear (ImageView *imageview); void imageview_destroy (ImageView *imageview); -- 2.25.1