gnome-panel r11141 - in trunk/gnome-panel: . libpanel-util



Author: vuntz
Date: Tue Jun 17 12:49:27 2008
New Revision: 11141
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11141&view=rev

Log:
2008-06-17  Vincent Untz  <vuntz gnome org>

	* libpanel-util/panel-power-manager.h:
	* libpanel-util/panel-session-manager.[ch]: fix distcheck.Again.


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/libpanel-util/panel-power-manager.h
   trunk/gnome-panel/libpanel-util/panel-session-manager.c
   trunk/gnome-panel/libpanel-util/panel-session-manager.h

Modified: trunk/gnome-panel/libpanel-util/panel-power-manager.h
==============================================================================
--- trunk/gnome-panel/libpanel-util/panel-power-manager.h	(original)
+++ trunk/gnome-panel/libpanel-util/panel-power-manager.h	Tue Jun 17 12:49:27 2008
@@ -23,7 +23,7 @@
 
 #include <glib-object.h>
 
-#include <libpanel-util/panel-dbus-service.h>
+#include "panel-dbus-service.h"
 
 G_BEGIN_DECLS
 

Modified: trunk/gnome-panel/libpanel-util/panel-session-manager.c
==============================================================================
--- trunk/gnome-panel/libpanel-util/panel-session-manager.c	(original)
+++ trunk/gnome-panel/libpanel-util/panel-session-manager.c	Tue Jun 17 12:49:27 2008
@@ -24,8 +24,8 @@
 
 #include <dbus/dbus-glib.h>
 
-#include <libpanel-util/panel-cleanup.h>
-#include <libpanel-util/panel-dbus-service.h>
+#include "panel-cleanup.h"
+#include "panel-dbus-service.h"
 
 #include "panel-session-manager.h"
 

Modified: trunk/gnome-panel/libpanel-util/panel-session-manager.h
==============================================================================
--- trunk/gnome-panel/libpanel-util/panel-session-manager.h	(original)
+++ trunk/gnome-panel/libpanel-util/panel-session-manager.h	Tue Jun 17 12:49:27 2008
@@ -27,7 +27,7 @@
 
 #include <glib-object.h>
 
-#include <libpanel-util/panel-dbus-service.h>
+#include "panel-dbus-service.h"
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]