[Debtags-commits] [svn] r1309 - in debtags/branches/refactor: . tools

Peter Rockai mornfall-guest at costa.debian.org
Tue Aug 23 15:56:28 UTC 2005


Author: mornfall-guest
Date: Tue Aug 23 15:56:27 2005
New Revision: 1309

Modified:
   debtags/branches/refactor/   (props changed)
   debtags/branches/refactor/tools/debtags.cc
Log:
 r679 at nevrast:  mornfall | 2005-08-23 17:54:11 +0200
 Debtags::updateDatabase not Debtags::updateDebtagsDatabase now.


Modified: debtags/branches/refactor/tools/debtags.cc
==============================================================================
--- debtags/branches/refactor/tools/debtags.cc	(original)
+++ debtags/branches/refactor/tools/debtags.cc	Tue Aug 23 15:56:27 2005
@@ -1462,7 +1462,7 @@
 				if (args.hasNext())
 					file = args.next();
 				else
-					file = Paths::path_tagdb;
+					file = Path::tagdb();
 
 				const Debtags::Vocabulary& voc = debtags.vocabulary();
 
@@ -1493,7 +1493,7 @@
 
 				AcqTextStatus Stat(ScreenWidth,_config->FindI("quiet",0));
 				//Debtags::Environment::get().updateDebtagsDatabase(&Stat);
-				Debtags::updateDebtagsDatabase(&Stat);
+				Debtags::updateDatabase(&Stat);
 				feedback("Done.\n");
 				break;
 			}



More information about the Debtags-commits mailing list