policykit-gnome r69 - in trunk: src tools



Author: davidz
Date: Thu Aug 21 01:09:50 2008
New Revision: 69
URL: http://svn.gnome.org/viewvc/policykit-gnome?rev=69&view=rev

Log:
Don't rely on libsexy headers. Patch from Michael Biebl <mbiebl gmail com>.

Modified:
   trunk/src/polkit-gnome-auth-dialog.c
   trunk/src/sexy-url-label.c
   trunk/tools/sexy-url-label.c

Modified: trunk/src/polkit-gnome-auth-dialog.c
==============================================================================
--- trunk/src/polkit-gnome-auth-dialog.c	(original)
+++ trunk/src/polkit-gnome-auth-dialog.c	Thu Aug 21 01:09:50 2008
@@ -32,7 +32,6 @@
 #include <stdlib.h>
 #include <pwd.h>
 #include <errno.h>
-#include <libsexy/sexy.h>
 #include <gconf/gconf-client.h>
 
 #include <glib/gi18n-lib.h>
@@ -40,6 +39,7 @@
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
+#include "sexy-url-label.h"
 #include "polkit-gnome-auth-dialog.h"
 
 struct _PolkitGnomeAuthDialogPrivate

Modified: trunk/src/sexy-url-label.c
==============================================================================
--- trunk/src/sexy-url-label.c	(original)
+++ trunk/src/sexy-url-label.c	Thu Aug 21 01:09:50 2008
@@ -18,11 +18,12 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA  02111-1307, USA.
  */
-#include <libsexy/sexy-url-label.h>
 #include <gtk/gtk.h>
 #include <string.h>
 #include <stdio.h>
 
+#include "sexy-url-label.h"
+
 #define SEXY_URL_LABEL_GET_PRIVATE(obj) \
 	(G_TYPE_INSTANCE_GET_PRIVATE((obj), SEXY_TYPE_URL_LABEL, \
 								 SexyUrlLabelPrivate))

Modified: trunk/tools/sexy-url-label.c
==============================================================================
--- trunk/tools/sexy-url-label.c	(original)
+++ trunk/tools/sexy-url-label.c	Thu Aug 21 01:09:50 2008
@@ -18,11 +18,12 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA  02111-1307, USA.
  */
-#include <libsexy/sexy-url-label.h>
 #include <gtk/gtk.h>
 #include <string.h>
 #include <stdio.h>
 
+#include "sexy-url-label.h"
+
 #define SEXY_URL_LABEL_GET_PRIVATE(obj) \
 	(G_TYPE_INSTANCE_GET_PRIVATE((obj), SEXY_TYPE_URL_LABEL, \
 								 SexyUrlLabelPrivate))



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