[Xfce4-commits] <xfce4-power-manager:master> Fix hibernate-label alignment+use CLEANFILES for the interface file

Ali Abdallah noreply at xfce.org
Wed Oct 7 08:56:01 CEST 2009


Updating branch refs/heads/master
         to c690d076b4606dcc40c2eee7a82c9f7ca400da59 (commit)
       from e277cb14c45c8743c011bf37dfc86d8237826350 (commit)

commit c690d076b4606dcc40c2eee7a82c9f7ca400da59
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Wed Oct 7 08:54:01 2009 +0000

    Fix hibernate-label alignment+use CLEANFILES for the interface file

 data/interfaces/Makefile.am      |    6 ++++--
 data/interfaces/xfpm-settings.ui |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index f7e309f..a098a3f 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -5,13 +5,15 @@ interfaces_h =					\
 	$(interfaces:.ui=_ui.h)
 
 if MAINTAINER_MODE
+
 BUILT_SOURCES = $(interfaces_h)
+
 xfpm-settings_ui.h: xfpm-settings.ui
 	exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
 endif
 
-MAINTAINERCLEANFILES =				\
-	$(interfaces_h)
+CLEANFILES =					\
+	$(BUILT_SOURCES)
 
 EXTRA_DIST =					\
 	$(interfaces)				\
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index ed7f9f4..50c6f7c 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -264,6 +264,7 @@
                                         <child>
                                           <object class="GtkLabel" id="hibernate-label">
                                             <property name="visible">True</property>
+					    <property name="xalign">0</property>
                                             <property name="label" translatable="yes">When hibernate button is pressed:</property>
                                           </object>
                                           <packing>



More information about the Xfce4-commits mailing list