aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-03-15 12:03:59 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-03-15 12:03:59 +0100
commit91a59d5405f998627cc94d14a8c8501aee797e14 (patch)
tree34399f9f306e4544680e591a1b8d5ace7841a08a
parent8557edda34368c4aa3fb385e4c5c24e027f638d2 (diff)
downloadayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.tar.gz
ayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.tar.bz2
ayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.zip
releasing version 0.2.5-0ubuntu3
-rw-r--r--debian/changelog6
-rw-r--r--src/indicator-session.c6
2 files changed, 11 insertions, 1 deletions
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 <seb128@ubuntu.com> 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 <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <glib.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <libdbusmenu-gtk/menu.h>