1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

standard temp files dir

This commit is contained in:
Nikolay Pultsin 2014-04-19 23:49:28 +01:00
parent 2d08f9e149
commit 05425a170b
7 changed files with 43 additions and 27 deletions

View file

@ -106,7 +106,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
directoriesScreen.Resource, "bookPath", Paths.BookPathOption, libraryUpdater
));
directoriesScreen.addPreference(myChooserCollection.createPreference(
directoriesScreen.Resource, "downloadDir", Paths.DownloadsDirectoryOption(), libraryUpdater
directoriesScreen.Resource, "downloadDir", Paths.DownloadsDirectoryOption, libraryUpdater
));
directoriesScreen.addPreference(myChooserCollection.createPreference(
directoriesScreen.Resource, "fontPath", Paths.FontPathOption, null
@ -115,7 +115,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
directoriesScreen.Resource, "wallpaperPath", Paths.WallpaperPathOption, null
));
directoriesScreen.addPreference(myChooserCollection.createPreference(
directoriesScreen.Resource, "tempDir", Paths.TempDirectoryOption(), null
directoriesScreen.Resource, "tempDir", Paths.TempDirectoryOption, null
));
final Screen appearanceScreen = createPreferenceScreen("appearance");