aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2007-02-05 17:12:15 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-02-05 17:12:15 +0800
commite92d5cca20201d8426b9fed7d592bb9a41bdb5a2 (patch)
tree0a5dbe4f58c0b971429c1cb7d2d305ca9f1718db /plugins
parentef16db58fa936381dfbae0b8ee23e5f1ebca1c0a (diff)
downloadgsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar.gz
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar.bz2
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar.lz
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar.xz
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.tar.zst
gsoc2013-evolution-e92d5cca20201d8426b9fed7d592bb9a41bdb5a2.zip
Include missing header file
2007-02-05 Sankar P <psankar@novell.com> * junk-settings.c: Include missing header file svn path=/trunk/; revision=33176
Diffstat (limited to 'plugins')
-rw-r--r--plugins/groupwise-features/ChangeLog6
-rw-r--r--plugins/groupwise-features/junk-settings.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index d731bee750..c00b8bea1a 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,5 +1,9 @@
-2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+2007-02-05 Sankar P <psankar@novell.com>
+
+ * junk-settings.c:
+ Include missing header file
+2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* install-shared.c: (org_gnome_popup_wizard):
don't split sentences. Fixes bug #401288.
diff --git a/plugins/groupwise-features/junk-settings.c b/plugins/groupwise-features/junk-settings.c
index c5f7cd1177..86589d9df8 100644
--- a/plugins/groupwise-features/junk-settings.c
+++ b/plugins/groupwise-features/junk-settings.c
@@ -37,6 +37,7 @@
#include <gtk/gtkcellrenderertext.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnome/gnome-init.h>
+#include <libgnome/gnome-i18n.h>
#include <e-util/e-error.h>
#include <e-util/e-util-private.h>
#include <e-gw-connection.h>