summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libwnck/test-tasklist.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec2eb63..a0ebd24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-20 Sven Herzberg <herzi@gnome-de.org>
+
+ * libwnck/test-tasklist.c: include gi18n.h (fixes bug #377182)
+
2006-11-19 Sven Herzberg <herzi@gnome-de.org>
* libwnck/tasklist.c: change to the workspace of a window before
diff --git a/libwnck/test-tasklist.c b/libwnck/test-tasklist.c
index 3fc68b2..03306b3 100644
--- a/libwnck/test-tasklist.c
+++ b/libwnck/test-tasklist.c
@@ -1,7 +1,8 @@
-
#include <libwnck/libwnck.h>
#include <gtk/gtk.h>
+#include <glib/gi18n.h>
+
static gboolean display_all = FALSE;
static GOptionEntry entries[] = {