[Goodies-commits] r5837 - xfce4-power-manager/trunk/src

Ali Abdallah aliov at xfce.org
Mon Oct 27 16:53:40 CET 2008


Author: aliov
Date: 2008-10-27 15:53:40 +0000 (Mon, 27 Oct 2008)
New Revision: 5837

Modified:
   xfce4-power-manager/trunk/src/xfpm-ac-adapter.c
   xfce4-power-manager/trunk/src/xfpm-ac-adapter.h
   xfce4-power-manager/trunk/src/xfpm-battery.c
   xfce4-power-manager/trunk/src/xfpm-battery.h
   xfce4-power-manager/trunk/src/xfpm-common.c
   xfce4-power-manager/trunk/src/xfpm-common.h
   xfce4-power-manager/trunk/src/xfpm-driver.c
   xfce4-power-manager/trunk/src/xfpm-driver.h
   xfce4-power-manager/trunk/src/xfpm-hal.c
   xfce4-power-manager/trunk/src/xfpm-hal.h
   xfce4-power-manager/trunk/src/xfpm-settings.c
   xfce4-power-manager/trunk/src/xfpm-settings.h
Log:
Make use of libxfce4util

Modified: xfce4-power-manager/trunk/src/xfpm-ac-adapter.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-ac-adapter.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-ac-adapter.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -46,6 +46,7 @@
 #include <gtk/gtkstatusicon.h>
 
 #include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4util/libxfce4util.h>
 
 #include "xfpm-common.h"
 

Modified: xfce4-power-manager/trunk/src/xfpm-ac-adapter.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-ac-adapter.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-ac-adapter.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *

Modified: xfce4-power-manager/trunk/src/xfpm-battery.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-battery.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -45,6 +45,7 @@
 #include <glib.h>
 
 #include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4util/libxfce4util.h>
 #include <xfconf/xfconf.h>
 
 #include "xfpm-battery.h"

Modified: xfce4-power-manager/trunk/src/xfpm-battery.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-battery.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *

Modified: xfce4-power-manager/trunk/src/xfpm-common.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-common.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-common.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -21,6 +21,7 @@
 
 #include <glib.h>
 #include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4util/libxfce4util.h>
 
 #include "xfpm-common.h"
 #include "xfpm-debug.h"

Modified: xfce4-power-manager/trunk/src/xfpm-common.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-common.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-common.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *

Modified: xfce4-power-manager/trunk/src/xfpm-driver.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-driver.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-driver.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -50,6 +50,8 @@
 #include <hal/libhal.h>
 
 #include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4util/libxfce4util.h>
+
 #include <xfconf/xfconf.h>
 
 #include "xfpm-common.h"

Modified: xfce4-power-manager/trunk/src/xfpm-driver.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-driver.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-driver.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *

Modified: xfce4-power-manager/trunk/src/xfpm-hal.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-hal.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-hal.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -40,6 +40,8 @@
 #include <dbus/dbus.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
+#include <libxfce4util/libxfce4util.h>
+
 #include "xfpm-hal.h"
 #include "xfpm-debug.h"
 #include "xfpm-dbus-messages.h"

Modified: xfce4-power-manager/trunk/src/xfpm-hal.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-hal.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-hal.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *

Modified: xfce4-power-manager/trunk/src/xfpm-settings.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-settings.c	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-settings.c	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -40,6 +40,7 @@
 #include <gtk/gtk.h>
 
 #include <xfconf/xfconf.h>
+#include <libxfce4util/libxfce4util.h>
 #include <libxfcegui4/libxfcegui4.h>
 
 #include "xfpm-settings.h"

Modified: xfce4-power-manager/trunk/src/xfpm-settings.h
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-settings.h	2008-10-27 14:43:07 UTC (rev 5836)
+++ xfce4-power-manager/trunk/src/xfpm-settings.h	2008-10-27 15:53:40 UTC (rev 5837)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
  *
- * * Copyright (C) 2008 Ali <ali.slackware at gmail.com>
+ * * Copyright (C) 2008 Ali <aliov at xfce.org>
  *
  * Licensed under the GNU General Public License Version 2
  *




More information about the Goodies-commits mailing list