[Xfce4-commits] [xfce/xfce4-power-manager] 43/63: Drop superfluous ui file

noreply at xfce.org noreply at xfce.org
Sun Mar 22 13:02:38 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 197243e1f6293452bebfa49268536c24097b34d6
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Mar 15 23:26:50 2015 +0100

    Drop superfluous ui file
    
    The custom brightness notification was already dropped in
    commit 5ac47c842bb53ba7ae9240ccd2af7c93fe7eecaf, but this
    file was forgotten at the time.
---
 data/interfaces/Makefile.am |    6 +-----
 data/interfaces/acme.ui     |   41 -----------------------------------------
 2 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index 540ace0..912bada 100644
--- a/data/interfaces/Makefile.am
+++ b/data/interfaces/Makefile.am
@@ -1,6 +1,5 @@
 interfaces =					\
-	xfpm-settings.ui			\
-	acme.ui
+	xfpm-settings.ui
 
 interfaces_h =					\
 	$(interfaces:.ui=_ui.h)
@@ -12,9 +11,6 @@ BUILT_SOURCES = $(interfaces_h)
 xfpm-settings_ui.h: xfpm-settings.ui
 	exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
 
-acme_ui.h: acme.ui
-	exo-csource --static --strip-comments --strip-content --name=acme_ui $< > $@
-
 endif
 
 CLEANFILES =					\
diff --git a/data/interfaces/acme.ui b/data/interfaces/acme.ui
deleted file mode 100644
index 3222ecb..0000000
--- a/data/interfaces/acme.ui
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-<interface>
-  <!-- interface-requires gtk+ 2.6 -->
-  <!-- interface-naming-policy toplevel-contextual -->
-  <object class="GtkWindow" id="dialog">
-    <child>
-      <object class="GtkFrame" id="acme_frame">
-        <property name="visible">True</property>
-        <property name="label_xalign">0</property>
-        <property name="shadow_type">out</property>
-        <child>
-          <object class="GtkVBox" id="acme_vbox">
-            <property name="visible">True</property>
-            <property name="border_width">12</property>
-            <property name="spacing">6</property>
-            <child>
-              <object class="GtkImage" id="acme_image">
-                <property name="visible">True</property>
-                <property name="icon_name">audio-volume-high</property>
-                <property name="icon-size">6</property>
-              </object>
-              <packing>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkProgressBar" id="acme_volume_progressbar">
-                <property name="visible">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </object>
-        </child>
-      </object>
-    </child>
-  </object>
-</interface>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list