diff --git a/deb/debian/patches/default_directories b/deb/debian/patches/default_directories
index d660d29..a35ed07 100644
a
|
b
|
Index: mythtv/mythplugins/mytharchive/mytharchive/archivesettings.cpp |
8 | 8 | =================================================================== |
9 | 9 | --- mythtv.orig/mythplugins/mytharchive/mytharchive/archivesettings.cpp |
10 | 10 | +++ mythtv/mythplugins/mytharchive/mytharchive/archivesettings.cpp |
11 | | @@ -18,7 +18,7 @@ static HostFileBrowserSetting *MythArchi |
12 | | HostFileBrowserSetting *gc = new HostFileBrowserSetting("MythArchiveTempDir"); |
| 11 | @@ -18,7 +18,7 @@ static HostFileBrowserSetting *MythArchiveTempDir() |
| 12 | auto *gc = new HostFileBrowserSetting("MythArchiveTempDir"); |
13 | 13 | |
14 | 14 | gc->setLabel(ArchiveSettings::tr("MythArchive Temp Directory")); |
15 | 15 | - gc->setValue(""); |
… |
… |
Index: mythtv/mythplugins/mytharchive/mytharchive/archivesettings.cpp |
17 | 17 | |
18 | 18 | gc->setHelpText(ArchiveSettings::tr("Location where MythArchive should " |
19 | 19 | "create its temporary work files. " |
| 20 | |
20 | 21 | Index: mythtv/mythtv/libs/libmythmetadata/globals.cpp |
21 | 22 | =================================================================== |
22 | 23 | --- mythtv.orig/mythtv/libs/libmythmetadata/globals.cpp |