diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 17:37:51 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 17:37:51 -0500 |
commit | 5bfd06928213d7c1c05a921af6d5a70e95c7d68a (patch) | |
tree | 09090748cf635e2a96d1fea3ac32d4180a04e575 | |
parent | ddee0a25c058e86eeeba29e2bf931d30a867a3d1 (diff) | |
download | potracegui-5bfd06928213d7c1c05a921af6d5a70e95c7d68a.tar.gz potracegui-5bfd06928213d7c1c05a921af6d5a70e95c7d68a.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c5d0754..3217def 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' diff --git a/admin b/admin -Subproject 06098efaf31973c11d7dd89ae291e6844b132e1 +Subproject 4af57bf22967e6ad80ab898980ed505df6eae5b diff --git a/cmake b/cmake -Subproject e47cc63e66a12ca6b740500b76f385336ee40db +Subproject d2f658ca47faefe569bcd1885b9238691fa1328 |