[Goodies-commits] r7753 - in xfce4-power-manager/trunk: . data/interfaces

Ali Abdallah aliov at xfce.org
Wed Jul 22 10:37:00 CEST 2009


Author: aliov
Date: 2009-07-22 08:37:00 +0000 (Wed, 22 Jul 2009)
New Revision: 7753

Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/data/interfaces/xfpm-settings.ui
Log:
	* <!-- interface-requires libxfcegui4 4.6 --> in the interface
	file instead, not sure why glade inserts this 
	<requires lib="xfce4" version="2360.6128"/>  instead! since 
	this will not work on gtk+2.12, however the interface file
	passes the Gtk version check, a glade bug? anyway this might
	fix bug 5599.

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-07-22 07:29:05 UTC (rev 7752)
+++ xfce4-power-manager/trunk/ChangeLog	2009-07-22 08:37:00 UTC (rev 7753)
@@ -1,4 +1,12 @@
-Ali aliov at xfce.org
+2009-07-22: Ali aliov at xfce.org
+	* <!-- interface-requires libxfcegui4 4.6 --> in the interface
+	file instead, not sure why glade inserts this 
+	<requires lib="xfce4" version="2360.6128"/>  instead! since 
+	this will not work on gtk+2.12, however the interface file
+	passes the Gtk version check, a glade bug? anyway this might
+	fix bug 5599.
+
+2009-07-19: Ali aliov at xfce.org
 	* Allow compilation without network manager support, since some
 	distros doesn't have it (like Slackware).
 	* settings/xfpm-settings.c connect to the signals after settings up all

Modified: xfce4-power-manager/trunk/data/interfaces/xfpm-settings.ui
===================================================================
--- xfce4-power-manager/trunk/data/interfaces/xfpm-settings.ui	2009-07-22 07:29:05 UTC (rev 7752)
+++ xfce4-power-manager/trunk/data/interfaces/xfpm-settings.ui	2009-07-22 08:37:00 UTC (rev 7753)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <interface>
   <!-- interface-requires gtk+ 2.12 -->
-  <requires lib="xfce4" version="2360.6128"/>
+  <!-- interface-requires libxfcegui4 4.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAdjustment" id="adjustment1">
     <property name="value">14</property>




More information about the Goodies-commits mailing list