From bcc4d6c46d49cd45bd491b82253e3a6658355b67 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 6 May 2014 18:11:16 +0200 Subject: Fix applets uidir Closes https://github.com/mate-desktop/mate-power-manager/pull/105 --- applets/brightness/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/brightness/Makefile.am') 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) -- cgit v1.2.1