[kazehakase-svn] [3481] move on the eve of require.

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
Wed Mar 12 18:47:51 JST 2008


Revision: 3481
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3481
Author:   pal_gene
Date:     2008-03-12 18:47:51 +0900 (Wed, 12 Mar 2008)

Log Message:
-----------
move on the eve of require.

Modified Paths:
--------------
    kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp

Modified: kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp
===================================================================
--- kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2008-03-12 09:47:48 UTC (rev 3480)
+++ kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2008-03-12 09:47:51 UTC (rev 3481)
@@ -1026,9 +1026,6 @@
 
 	if (!priv->wrapper) return;
 	
-	gboolean store_cache = TRUE;
-	KZ_CONF_GET("History", "store_cache", store_cache, BOOL);
-
 	gchar *cache = g_strconcat("file://", KZ_GET_HISTORY_DIR, NULL);
 	const gchar *location = get_location(KZ_EMBED(kzembed));
 	if (location && 
@@ -1062,6 +1059,8 @@
 		if ((!last_modified || (history_get_last_modified(uri) < last_modified)) &&
 		    !g_str_has_prefix(location, "history-search:"))
 		{
+			gboolean store_cache;
+			KZ_CONF_GET("History", "store_cache", store_cache, BOOL);
 			if (store_cache)
 			{
 				gchar *filename;




More information about the Kazehakase-cvs mailing list
Zurück zum Archiv-Index