summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-03-15 23:26:50 +0100
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:57:52 +0300
commit197243e1f6293452bebfa49268536c24097b34d6 (patch)
tree58ee3a0232f403b87f447cbbfc61617dd7a94874 /data
parentb9cf9d4acb7599d7c71e00f8d43a238bc4b7f01d (diff)
downloadixfce4-power-manager-197243e1f6293452bebfa49268536c24097b34d6.tar.gz
Drop superfluous ui file
The custom brightness notification was already dropped in commit 5ac47c842bb53ba7ae9240ccd2af7c93fe7eecaf, but this file was forgotten at the time.
Diffstat (limited to 'data')
-rw-r--r--data/interfaces/Makefile.am6
-rw-r--r--data/interfaces/acme.ui41
2 files changed, 1 insertions, 46 deletions
diff --git a/data/interfaces/Makefile.am b/data/interfaces/Makefile.am
index 540ace06..912bada5 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 3222ecb0..00000000
--- 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>