From: Paul Mangan Date: Sun, 17 Jun 2007 10:30:24 +0000 (+0000) Subject: 2007-06-17 [paul] 2.9.2cvs66 X-Git-Tag: rel_2_10_0~14 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=50889ff91f7655810c43ed7d88ffe5d826351d89;hp=3173c439c9a7d2112dd0161e0e5399a7abf0fb9b 2007-06-17 [paul] 2.9.2cvs66 * src/alertpanel.c add missing #include --- diff --git a/ChangeLog b/ChangeLog index 68a4ffacf..8846bb212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-17 [paul] 2.9.2cvs66 + + * src/alertpanel.c + add missing #include + 2007-06-16 [colin] 2.9.2cvs65 * src/prefs_summaries.c diff --git a/PATCHSETS b/PATCHSETS index a8e7d6a6c..68a6bbb40 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2641,3 +2641,4 @@ ( cvs diff -u -r 1.100.2.49 -r 1.100.2.50 AUTHORS; cvs diff -u -r 1.1.2.36 -r 1.1.2.37 src/gtk/authors.h; ) > 2.9.2cvs63.patchset ( cvs diff -u -r 1.1.2.37 -r 1.1.2.38 src/gtk/authors.h; ) > 2.9.2cvs64.patchset ( cvs diff -u -r 1.1.2.42 -r 1.1.2.43 src/prefs_summaries.c; cvs diff -u -r 1.150.2.96 -r 1.150.2.97 src/procmsg.c; ) > 2.9.2cvs65.patchset +( cvs diff -u -r 1.17.2.34 -r 1.17.2.35 src/alertpanel.c; ) > 2.9.2cvs66.patchset diff --git a/configure.ac b/configure.ac index a20eb11fd..432146118 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=65 +EXTRA_VERSION=66 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/alertpanel.c b/src/alertpanel.c index b09676b01..975ad203c 100644 --- a/src/alertpanel.c +++ b/src/alertpanel.c @@ -28,6 +28,7 @@ #include #include +#include "hooks.h" #include "mainwindow.h" #include "alertpanel.h" #include "manage_window.h"