From 91a59d5405f998627cc94d14a8c8501aee797e14 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 15 Mar 2010 12:03:59 +0100 Subject: releasing version 0.2.5-0ubuntu3 --- debian/changelog | 6 ++++++ src/indicator-session.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 89089ac..e2eeba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-session (0.2.5-0ubuntu3) lucid; urgency=low + + * Backported an upstream change to fix translations use + + -- Sebastien Bacher Mon, 15 Mar 2010 11:47:13 +0100 + indicator-session (0.2.5-0ubuntu2) lucid; urgency=low * Backported an upstream change to fix a signal prototype issue (lp: #507776) diff --git a/src/indicator-session.c b/src/indicator-session.c index a815e40..54431ee 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -20,9 +20,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -#include +#include #include #include -- cgit v1.2.3