aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2008-01-11 13:03:35 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-01-11 13:03:35 +0800
commit6624b02a0d2dbfb7d7266754912b46f56183c8a9 (patch)
treec3c2055594ee57e24be6e92c1290217a57c8f976 /shell/e-shell-view.c
parent62410cdb74f310201fea1f175bc6455a3c7b63b0 (diff)
downloadgsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar.gz
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar.bz2
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar.lz
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar.xz
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.tar.zst
gsoc2013-evolution-6624b02a0d2dbfb7d7266754912b46f56183c8a9.zip
** Fix for bug #508678
2008-01-11 Bharath Acharya <abharath@novell.com> ** Fix for bug #508678 * e-shell-view.c: Included missing header glib/gi18n.h svn path=/trunk/; revision=34796
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index adab0ed60f..532ae0dda6 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <gtk/gtkwindow.h>
+#include <glib/gi18n.h>
#include "e-shell-view.h"
#include "e-shell-window.h"