aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-02-10 04:28:35 +0800
committerWilliam Jon McCann <mccann@src.gnome.org>2007-02-10 04:28:35 +0800
commit172ba9364209f2cca08b9d0a1e89136de6878ecb (patch)
treec2ec47dff33520bc15b0639a8fe3da6adfe9b3bd /shell
parent852d7b950b1b8c5f1e6a3ef38afc1f0fdf5b2b4a (diff)
downloadgsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar.gz
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar.bz2
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar.lz
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar.xz
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.tar.zst
gsoc2013-evolution-172ba9364209f2cca08b9d0a1e89136de6878ecb.zip
Fix the build. Fixes #403744
2007-02-09 William Jon McCann <mccann@jhu.edu> * e-shell-nm-glib.c: Fix the build. Fixes #403744 svn path=/trunk/; revision=33194
Diffstat (limited to 'shell')
-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;