2005-12-05 [paul] 1.9.100cvs66
authorPaul Mangan <paul@claws-mail.org>
Mon, 5 Dec 2005 12:20:57 +0000 (12:20 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 5 Dec 2005 12:20:57 +0000 (12:20 +0000)
* src/plugins/dillo_viewer/dillo_prefs.c
fix compilation warning

ChangeLog
PATCHSETS
configure.ac
src/plugins/dillo_viewer/dillo_prefs.c

index b73446de6b900bd127d203f0c84e87a1f00a1ff7..ae9b7932ef012829942bde5d2c878df51af408b2 100644 (file)
--- 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
 2005-12-05 [paul]      1.9.100cvs65
 
        * src/prefs_spelling.c
index e543595b2bb1039e48ce8988284ccf2e065c55be..77670eff1be4f37fffd8804b6e30763adf01090c 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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.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
index 2ce40d6f44667c534f4b347c31840f54c8fe83c5..95558aa7c656de17df97847457ef955e0ed0f4ea 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=100
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=100
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=65
+EXTRA_VERSION=66
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 397e4deb52d1e3b9bc4b2c07e5449aad1ca6a9db..65edec3e55ce158ec8098a4c2695ab18b756cdd7 100644 (file)
@@ -33,6 +33,7 @@
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
+#include "gtkutils.h"
 #include "utils.h"
 #include "prefs.h"
 #include "prefs_gtk.h"
 #include "utils.h"
 #include "prefs.h"
 #include "prefs_gtk.h"