[Kazehakase-cvs] CVS update: kazehakase/src/mozilla

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Sat Dec 30 21:51:03 JST 2006


Index: kazehakase/src/mozilla/kz-mozhistorysearch.cpp
diff -u kazehakase/src/mozilla/kz-mozhistorysearch.cpp:1.22 kazehakase/src/mozilla/kz-mozhistorysearch.cpp:1.23
--- kazehakase/src/mozilla/kz-mozhistorysearch.cpp:1.22	Wed Dec  6 15:08:04 2006
+++ kazehakase/src/mozilla/kz-mozhistorysearch.cpp	Sat Dec 30 21:51:03 2006
@@ -153,7 +153,7 @@
 
 	length = text.Length();
 
-	gchar *filename = g_strconcat(KZ_DATADIR"/", text.get() + 5, NULL);
+	gchar *filename = g_strconcat(KZ_DATADIR G_DIR_SEPARATOR_S, text.get() + 5, NULL);
 
 	nsCOMPtr<nsILocalFile> cssFile;
 	rv = NS_NewNativeLocalFile(nsEmbedCString(filename), PR_TRUE,


More information about the Kazehakase-cvs mailing list
Back to archive index