From: Paul Mangan Date: Mon, 5 Dec 2005 12:20:57 +0000 (+0000) Subject: 2005-12-05 [paul] 1.9.100cvs66 X-Git-Tag: rel_2_0_0~150 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=8c73da5050c052e52f48e7dad9a7c477a65b6439 2005-12-05 [paul] 1.9.100cvs66 * src/plugins/dillo_viewer/dillo_prefs.c fix compilation warning --- diff --git a/ChangeLog b/ChangeLog index b73446de6..ae9b7932e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-05 [paul] 1.9.100cvs66 + + * src/plugins/dillo_viewer/dillo_prefs.c + fix compilation warning + 2005-12-05 [paul] 1.9.100cvs65 * src/prefs_spelling.c diff --git a/PATCHSETS b/PATCHSETS index e543595b2..77670eff1 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1049,3 +1049,4 @@ ( cvs diff -u -r 1.654.2.1092 -r 1.654.2.1093 configure.ac; cvs diff -u -r 1.8.2.4 -r 1.8.2.5 src/plugins/Makefile.am; cvs diff -u -r -1.1 -r -1.2 src/plugins/mathml_viewer/.cvsignore; cvs diff -u -r -1.2 -r -1.3 src/plugins/mathml_viewer/Makefile.am; cvs diff -u -r -1.9.2.6 -r -1.9.2.7 src/plugins/mathml_viewer/mathml_viewer.c; ) > 1.9.100cvs63.patchset ( cvs diff -u -r 1.8.2.6 -r 1.8.2.7 README; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/plugins.xml; ) > 1.9.100cvs64.patchset ( cvs diff -u -r 1.5.2.16 -r 1.5.2.17 src/prefs_spelling.c; cvs diff -u -r 1.14.2.27 -r 1.14.2.28 src/plugins/trayicon/trayicon.c; ) > 1.9.100cvs65.patchset +( cvs diff -u -r 1.5.2.9 -r 1.5.2.10 src/plugins/dillo_viewer/dillo_prefs.c; ) > 1.9.100cvs66.patchset diff --git a/configure.ac b/configure.ac index 2ce40d6f4..95558aa7c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=65 +EXTRA_VERSION=66 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/dillo_viewer/dillo_prefs.c b/src/plugins/dillo_viewer/dillo_prefs.c index 397e4deb5..65edec3e5 100644 --- a/src/plugins/dillo_viewer/dillo_prefs.c +++ b/src/plugins/dillo_viewer/dillo_prefs.c @@ -33,6 +33,7 @@ #include #include +#include "gtkutils.h" #include "utils.h" #include "prefs.h" #include "prefs_gtk.h"