diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libwnck/test-tasklist.c | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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[] = { |