diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-25 02:01:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-25 02:01:42 -0500 |
commit | 7da06e558a75c035ea881347e9da69ef9ee57927 (patch) | |
tree | 5a1660e25f7f1f82da6ecd15f5557ab9e36986a0 /kmix/Makefile.am | |
parent | 7c4773527abd12669ca3833b96b4f57f2e18d648 (diff) | |
download | tdemultimedia-7da06e558a75c035ea881347e9da69ef9ee57927.tar.gz tdemultimedia-7da06e558a75c035ea881347e9da69ef9ee57927.zip |
Fix kmix autostart
This resolves Bug 503, and re-applies commit 2cc2e3a2 as part of the fix
Diffstat (limited to 'kmix/Makefile.am')
-rw-r--r-- | kmix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/Makefile.am b/kmix/Makefile.am index 50513635..d2da7028 100644 --- a/kmix/Makefile.am +++ b/kmix/Makefile.am @@ -49,7 +49,7 @@ xdg_apps_DATA = kmix.desktop rcdir = $(kde_datadir)/kmix rc_DATA = kmixui.rc -autostart_DATA = restore_kmix_volumes.desktop +autostart_DATA = kmix.desktop restore_kmix_volumes.desktop autostartdir = $(datadir)/autostart lnkdir = $(kde_datadir)/kicker/applets |