aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-nm-glib.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5f747cbf04..8055a429ed 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-09 William Jon McCann <mccann@jhu.edu>
+
+ * e-shell-nm-glib.c: Fix the build. Fixes #403744
+
2007-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Added schemas from GtkPrint API by Ebby Wiselyn.
diff --git a/shell/e-shell-nm-glib.c b/shell/e-shell-nm-glib.c
index 994f3af755..5f5d68db3f 100644
--- a/shell/e-shell-nm-glib.c
+++ b/shell/e-shell-nm-glib.c
@@ -27,7 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <Evolution.h>
-#include <NetworkManager/libnm_glib.h>
+#include <libnm_glib.h>
#include <e-shell-window.h>
static libnm_glib_ctx *nm_ctx = NULL;