aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-11 13:42:06 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-11 13:42:06 +0800
commit4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4 (patch)
treeccac04f10014d6effafa09342867c908d2eefb85
parentf6b6c5dbbf1002095b8f12a70428934a8b971b2e (diff)
downloadgsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar.gz
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar.bz2
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar.lz
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar.xz
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.tar.zst
gsoc2013-evolution-4dfa2142cfcd74b75fbd2d181ffa5f7ed04755d4.zip
fixes a build break.
svn path=/trunk/; revision=31131
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-menu.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 8d01621562..f79522e498 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-11 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * e-menu.c: Fixes a build break. Replace the
+ libedataserver/e-util.h with libedataserver/e-data-server-util.h.
+
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* e-mktemp.c (get_dir):
diff --git a/e-util/e-menu.c b/e-util/e-menu.c
index 68bf71866e..8c9438bbdc 100644
--- a/e-util/e-menu.c
+++ b/e-util/e-menu.c
@@ -32,7 +32,7 @@
#include <libgnome/gnome-i18n.h>
#include <bonobo/bonobo-ui-util.h>
-#include <libedataserver/e-util.h>
+#include <libedataserver/e-data-server-util.h>
#include "e-menu.h"
#include "e-icon-factory.h"