[gnome-panel/gtk3] Fix includes from libgnome-desktop
- From: Germán Poó Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/gtk3] Fix includes from libgnome-desktop
- Date: Thu, 30 Dec 2010 10:47:50 +0000 (UTC)
commit 5c44951d6e399cc2d7424dab360d627a6142a7e2
Author: Milan Bouchet-Valat <nalimilan club fr>
Date: Wed Dec 29 22:31:05 2010 +0100
Fix includes from libgnome-desktop
Path has changed with gnome-desktop 3.0.
https://bugzilla.gnome.org/show_bug.cgi?id=627455
applets/clock/calendar-window.c | 2 +-
gnome-panel/panel-run-dialog.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c
index 4ed0832..d3335cd 100644
--- a/applets/clock/calendar-window.c
+++ b/applets/clock/calendar-window.c
@@ -43,7 +43,7 @@
#include <gconf/gconf-client.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
-#include <libgnome/gnome-desktop-utils.h>
+#include <libgnome-desktop/gnome-desktop-utils.h>
#include "calendar-window.h"
diff --git a/gnome-panel/panel-run-dialog.c b/gnome-panel/panel-run-dialog.c
index 94d17ef..3dc270e 100644
--- a/gnome-panel/panel-run-dialog.c
+++ b/gnome-panel/panel-run-dialog.c
@@ -44,7 +44,7 @@
#include <gmenu-tree.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
-#include <libgnome/gnome-desktop-utils.h>
+#include <libgnome-desktop/gnome-desktop-utils.h>
#include <libpanel-util/panel-error.h>
#include <libpanel-util/panel-glib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]