Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 20e7fd8e06f02bb3b9abee5094b80b24 > files > 1

vdr-sudoku-0.3.5-1.fc14.src.rpm

diff -up sudoku-0.3.0/menu.cpp.orig sudoku-0.3.0/menu.cpp
--- sudoku-0.3.0/menu.cpp.orig	2008-07-27 06:00:00.000000000 +0300
+++ sudoku-0.3.0/menu.cpp	2008-07-27 12:40:06.000000000 +0300
@@ -88,7 +88,7 @@ Menu::Menu(cPlugin* plugin, const SetupD
   command_menu = NULL;
   list_menu = NULL;
   setup_menu = NULL;
-  listfile = AddDirectory(plugin->ConfigDirectory(plugin->Name()), SUDOKU_LIST);
+  listfile = AddDirectory("@PLUGINVARDIR@", SUDOKU_LIST);
 }
 
 /** Destructor */
diff -up sudoku-0.3.0/README.orig sudoku-0.3.0/README
--- sudoku-0.3.0/README.orig	2008-07-27 06:00:00.000000000 +0300
+++ sudoku-0.3.0/README	2008-07-27 12:40:06.000000000 +0300
@@ -55,9 +55,7 @@ new puzzle is only generated on VDR star
 selecting this command in the commands menu.
 
 In the commands menu you can load and save puzzles from/to the sudoku-list file.
-This file is located at the plugins folder inside the configuration folder of
-VDR. If you don't specify a configuration folder, your videodir is used (e.g.
-/video0/plugins/sudoku/sudoku-list).
+This file is located in @PLUGINVARDIR@.
 
 The sudoku-list file contains lines with a sudoku dump and an optional
 description. The sudoku dump has to begin at the first position of the line.