]> git.pld-linux.org Git - packages/mythplugins.git/blame - mythplugins-paths.patch
- release-0-19-fixes at svn 10231
[packages/mythplugins.git] / mythplugins-paths.patch
CommitLineData
6f2c51ce
ER
1diff -u -r mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp mythplugins/mythgallery/mythgallery/gallerysettings.cpp
2--- mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp 2005-10-22 13:31:34.000000000 +0300
3+++ mythplugins/mythgallery/mythgallery/gallerysettings.cpp 2005-10-22 18:39:49.000000000 +0300
4@@ -44,7 +44,7 @@
5 {
6 HostLineEdit *gc = new HostLineEdit("GalleryImportDirs");
7 gc->setLabel(QObject::tr("Paths to import images from"));
8- gc->setValue("/mnt/cdrom:/mnt/camera");
9+ gc->setValue("/media/cdrom:/mnt/camera");
10 gc->setHelpText(QObject::tr("This is a colon separated list of paths. "
11 "If the path in the list is a directory, its contents will "
12 "be copied. If it is an executable, it will be run."));
13diff -u -r mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp mythplugins/mythmusic/mythmusic/globalsettings.cpp
14--- mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp 2005-10-22 13:31:22.000000000 +0300
15+++ mythplugins/mythmusic/mythmusic/globalsettings.cpp 2005-10-22 18:39:49.000000000 +0300
16@@ -18,7 +18,7 @@
17 {
18 HostLineEdit *gc = new HostLineEdit("MusicLocation");
19 gc->setLabel(QObject::tr("Directory to hold music"));
20- gc->setValue("/mnt/store/music/");
21+ gc->setValue("/var/lib/mythmusic/");
22 gc->setHelpText(QObject::tr("This directory must exist, and the user "
23 "running MythMusic needs to have write permission "
24 "to the directory."));
25diff -u -r mythplugins-pre/mythvideo/mythvideo/globalsettings.cpp mythplugins/mythvideo/mythvideo/globalsettings.cpp
26--- mythplugins-pre/mythvideo/mythvideo/globalsettings.cpp 2005-10-22 13:31:39.000000000 +0300
27+++ mythplugins/mythvideo/mythvideo/globalsettings.cpp 2005-10-22 18:39:49.000000000 +0300
28@@ -159,7 +159,7 @@
29 {
30 HostLineEdit *gc = new HostLineEdit("VideoStartupDir");
31 gc->setLabel(QObject::tr("Directory that holds videos"));
32- gc->setValue("/share/Movies/dvd");
33+ gc->setValue("/var/lib/mythvideo");
34 gc->setHelpText(QObject::tr("This directory must exist, and the user "
35 "running MythVideo only needs to have read permission "
36 "to the directory."));
This page took 0.071537 seconds and 4 git commands to generate.