diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-06 18:11:16 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-06 18:11:16 +0200 |
commit | bcc4d6c46d49cd45bd491b82253e3a6658355b67 (patch) | |
tree | 50477af99936a2763834371bb9f1e7d6cce20e24 /applets/inhibit | |
parent | d7c2c285bb1d786077554bfd8d6d5a0dec34d5e2 (diff) | |
download | mate-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')
-rw-r--r-- | applets/inhibit/Makefile.am | 2 |
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) |