[gnome-control-center/extensible-shell] [shell] fix include of gnome-menus header
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center/extensible-shell] [shell] fix include of gnome-menus header
- Date: Sun, 31 Jan 2010 14:16:41 +0000 (UTC)
commit e231655842e9a1823d9b61f58b806d5697b7bc40
Author: Thomas Wood <thos gnome org>
Date: Sun Jan 31 11:04:34 2010 +0000
[shell] fix include of gnome-menus header
The gnome-menus package provides the full path to the header, so no
subpath should be included within the #include.
shell/control-center.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index 5e5c9bc..6a18ba5 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -27,7 +27,7 @@
#include <gdk/gdkkeysyms.h>
#include <string.h>
#define GMENU_I_KNOW_THIS_IS_UNSTABLE
-#include <gnome-menus/gmenu-tree.h>
+#include <gmenu-tree.h>
#include "cc-panel.h"
#include "shell-search-renderer.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]