summaryrefslogtreecommitdiff
path: root/applets/inhibit/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-06 18:11:16 +0200
committerStefano Karapetsas <[email protected]>2014-05-06 18:11:16 +0200
commitbcc4d6c46d49cd45bd491b82253e3a6658355b67 (patch)
tree50477af99936a2763834371bb9f1e7d6cce20e24 /applets/inhibit/Makefile.am
parentd7c2c285bb1d786077554bfd8d6d5a0dec34d5e2 (diff)
downloadmate-power-manager-bcc4d6c46d49cd45bd491b82253e3a6658355b67.tar.bz2
mate-power-manager-bcc4d6c46d49cd45bd491b82253e3a6658355b67.tar.xz
Fix applets uidir
Closes https://github.com/mate-desktop/mate-power-manager/pull/105
Diffstat (limited to 'applets/inhibit/Makefile.am')
-rw-r--r--applets/inhibit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)