diff options
author | infirit <[email protected]> | 2013-08-26 17:10:47 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-17 22:58:01 +0100 |
commit | bca9f94f20475cce6b0c6090226679fa89eaf31f (patch) | |
tree | 4c218f245533fb6fdb27d32b2879b9e8c6958c4c /capplets/windows/Makefile.am | |
parent | b944f26d0853aa903e485b7f29aab8d208bdb870 (diff) | |
download | mate-control-center-bca9f94f20475cce6b0c6090226679fa89eaf31f.tar.bz2 mate-control-center-bca9f94f20475cce6b0c6090226679fa89eaf31f.tar.xz |
Rename .desktop files to avoid file collision with Gnome2
Diffstat (limited to 'capplets/windows/Makefile.am')
-rw-r--r-- | capplets/windows/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index ff357371..1f50f073 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -15,7 +15,7 @@ uidir = $(pkgdatadir)/ui ui_DATA = mate-window-properties.ui desktopdir = $(datadir)/applications -Desktop_in_files = window-properties.desktop.in +Desktop_in_files = mate-window-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \ |