[Bbs2ch-cvs 372] [354] フィルタの初期値を追加

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 2月 7日 (木) 00:18:15 JST


Revision: 354
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=bbs2ch&view=rev&rev=354
Author:   flyson
Date:     2008-02-07 00:18:15 +0900 (Thu, 07 Feb 2008)

Log Message:
-----------
フィルタの初期値を追加

Modified Paths:
--------------
    trunk/bbs2chreader/chrome/content/bbs2chreader/board/page.xul


-------------- next part --------------
Modified: trunk/bbs2chreader/chrome/content/bbs2chreader/board/page.xul
===================================================================
--- trunk/bbs2chreader/chrome/content/bbs2chreader/board/page.xul	2008-02-05 13:18:54 UTC (rev 353)
+++ trunk/bbs2chreader/chrome/content/bbs2chreader/board/page.xul	2008-02-06 15:18:15 UTC (rev 354)
@@ -76,7 +76,7 @@
 <toolbox>
 	<toolbar style="padding:1px;">
 		<spacer flex="1"/>
-		<toolbarbutton id="filterButton0" persist2="checked" class="tabbable" type="radio" label="すべて"
+		<toolbarbutton id="filterButton0" persist2="checked" class="tabbable" type="radio" label="すべて" checked="true"
 				group="boardFilter" oncommand="setTimeout('initTreeSubject()',0)" value="2000"/>
 		<toolbarbutton id="filterButton1" persist2="checked" class="tabbable" type="radio" label="TOP 200"
 				group="boardFilter" oncommand="setTimeout('initTreeSubject()',0)" value="200"/>


bbs2ch-cvs メーリングリストの案内
Back to archive index