| 1 | Index: programs/mythfrontend/main.cpp
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- programs/mythfrontend/main.cpp (revision 23007)
|
|---|
| 4 | +++ programs/mythfrontend/main.cpp (working copy)
|
|---|
| 5 | @@ -793,7 +793,7 @@
|
|---|
| 6 | else if (pginfo->isVideo)
|
|---|
| 7 | pos = pginfo->GetBookmark();
|
|---|
| 8 |
|
|---|
| 9 | - if (pos > 0)
|
|---|
| 10 | + if (gContext->GetNumSetting("DVDBookmarkPrompt", 0) && pos > 0)
|
|---|
| 11 | {
|
|---|
| 12 | QString msg = QObject::tr("DVD/Video contains a bookmark");
|
|---|
| 13 | QString btn0msg = QObject::tr("Play from bookmark");
|
|---|