[qt_honey] [4] disable status window

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 8日 (木) 12:01:43 JST


Revision: 4
          http://sourceforge.jp/projects/cres/svn/view?view=rev&revision=4
Author:   masao
Date:     2009-10-08 12:01:42 +0900 (Thu, 08 Oct 2009)

Log Message:
-----------
disable status window

Modified Paths:
--------------
    src/chrome/content/qth.js

Modified: src/chrome/content/qth.js
===================================================================
--- src/chrome/content/qth.js	2009-10-08 03:00:52 UTC (rev 3)
+++ src/chrome/content/qth.js	2009-10-08 03:01:42 UTC (rev 4)
@@ -634,7 +634,7 @@
 	ifile_append(log_ifile, log_text);
 	
 	// ステータスダイアログを更新
-	window.openDialog('chrome://qthtoolbar/content/status.xul', 'qth_status', 'width=300,height=100,chrome', log, debug_log);
+	// window.openDialog('chrome://qthtoolbar/content/status.xul', 'qth_status', 'width=300,height=100,chrome', log, debug_log);
 }
 
 
@@ -811,4 +811,4 @@
 }
 
 ////////////////////////////////////////////////////////////////////////////////
-})()
\ No newline at end of file
+})()




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