summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/brightness/Makefile.am2
-rw-r--r--applets/inhibit/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am
index fd8b54c..56ecd5a 100644
--- a/applets/brightness/Makefile.am
+++ b/applets/brightness/Makefile.am
@@ -61,7 +61,7 @@ org.mate.panel.applet.BrightnessAppletFactory.service: $(service_in_files)
-e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
$< > $@
-uidir = $(datadir)/mate-2.0/ui
+uidir = $(datadir)/mate-power-manager/ui
ui_DATA = brightness-applet-menu.xml
EXTRA_DIST = org.mate.BrightnessApplet.mate-panel-applet.in.in $(ui_DATA) $(service_in_files)
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am
index c3244c1..b8bda18 100644
--- a/applets/inhibit/Makefile.am
+++ b/applets/inhibit/Makefile.am
@@ -60,7 +60,7 @@ org.mate.panel.applet.InhibitAppletFactory.service: $(service_in_files)
-e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
$< > $@
-uidir = $(datadir)/mate-2.0/ui
+uidir = $(datadir)/mate-power-manager/ui
ui_DATA = inhibit-applet-menu.xml
EXTRA_DIST = org.mate.InhibitApplet.mate-panel-applet.in.in $(ui_DATA) $(service_in_files)