beagle r4439 - trunk/beagle/beagled/KonqHistoryQueryable



Author: dbera
Date: Sat Feb  2 15:30:25 2008
New Revision: 4439
URL: http://svn.gnome.org/viewvc/beagle?rev=4439&view=rev

Log:
Bump the version of KonqHistory backend since now URIs are stored in the right format.


Modified:
   trunk/beagle/beagled/KonqHistoryQueryable/KonqQueryable.cs

Modified: trunk/beagle/beagled/KonqHistoryQueryable/KonqQueryable.cs
==============================================================================
--- trunk/beagle/beagled/KonqHistoryQueryable/KonqQueryable.cs	(original)
+++ trunk/beagle/beagled/KonqHistoryQueryable/KonqQueryable.cs	Sat Feb  2 15:30:25 2008
@@ -44,7 +44,10 @@
 		// ISO-Latin1 is 28591
 		private Encoding latin_encoding = Encoding.GetEncoding (28591);
 
-		public KonqQueryable () : base ("KonqHistoryIndex")
+		// Store URLs in the right form
+		const int MINOR_VERSION = 1;
+
+		public KonqQueryable () : base ("KonqHistoryIndex", MINOR_VERSION)
 		{
 			/* How to determine kio-http cache location ?
 			 * From KDE web-page it looks like /var/tmp/kdecache-$USERNAME/http



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]