summaryrefslogtreecommitdiff
path: root/misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-05-12 18:51:07 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-05-12 18:51:07 +0000
commite11dc40e120e0fd9970db28cd078825b33c37443 (patch)
treede62f11a1927fe8d1a40431dcaacb522b9eef4fb /misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp
parentReset maintainer: (diff)
- Update to 1.6.5.1
- Changelog at <http://sourceforge.net/project/shownotes.php?release_id=449414&group_id=954>
Notes
Notes: svn path=/head/; revision=212966
Diffstat (limited to 'misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp')
-rw-r--r--misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp b/misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp
deleted file mode 100644
index d20435f830f3..000000000000
--- a/misc/bibletime-kde4/files/patch-bibletime::frontend::btinstallmgr.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- bibletime/frontend/btinstallmgr.cpp.orig Sat Oct 1 08:18:03 2005
-+++ bibletime/frontend/btinstallmgr.cpp Tue Jul 11 11:07:41 2006
-@@ -97,7 +97,7 @@
- continue;
- }
- else {
-- conf["Install"].insert( std::make_pair(!setDataPath ? SWBuf("DataPath") : SWBuf("AugmentPath"), t.local8Bit()) );
-+ conf["Install"].insert( std::make_pair((const char*)(!setDataPath ? "DataPath" : "AugmentPath"), t.local8Bit()) );
-
- setDataPath = true;
- }
-@@ -167,10 +167,10 @@
- is->directory--; //make one char shorter
- }
-
-- config["Sources"].insert( std::make_pair(SWBuf("FTPSource"), is->getConfEnt()) );
-+ config["Sources"].insert( std::make_pair((const char*)"FTPSource", is->getConfEnt()) );
- }
- else if (!strcmp(is->type, "DIR")) {
-- config["Sources"].insert( std::make_pair(SWBuf("DIRSource"), is->getConfEnt()) );
-+ config["Sources"].insert( std::make_pair((const char*)"DIRSource", is->getConfEnt()) );
- }
- config.Save();
- }