Description: Delete of unused patches.
This commit is contained in:
parent
a290091296
commit
04a9003ae1
@ -1,11 +0,0 @@
|
||||
--- highlight-2.4-1/highlight/main.cpp.org 2005-08-08 20:00:11.000000000 +0200
|
||||
+++ highlight-2.4-1/highlight/main.cpp 2005-08-08 20:00:46.000000000 +0200
|
||||
@@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
bool HighlightApp::loadMapConfig(const string& name, StringMap* map){
|
||||
- string extPath=dataDir.getDir() + name + ".conf";
|
||||
+ string extPath="/etc/highlight/" + name + ".conf";
|
||||
ConfigurationReader config(extPath);
|
||||
if (config.found() )
|
||||
{
|
Loading…
Reference in New Issue
Block a user