[o2on-svn] [83] FIX: IMを全件削除するとIM . xmlに反映されない

Back to archive index

o2on svn commit o2on-****@lists*****
2008年 5月 12日 (月) 12:02:08 JST


Revision: 83
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=o2on&view=rev&rev=83
Author:   electrolysis
Date:     2008-05-12 12:02:07 +0900 (Mon, 12 May 2008)

Log Message:
-----------
FIX: IMを全件削除するとIM.xmlに反映されない

Modified Paths:
--------------
    branches/BRANCH_0043/o2on/src.o2on/O2IMDB.cpp

Modified: branches/BRANCH_0043/o2on/src.o2on/O2IMDB.cpp
===================================================================
--- branches/BRANCH_0043/o2on/src.o2on/O2IMDB.cpp	2008-05-01 05:33:57 UTC (rev 82)
+++ branches/BRANCH_0043/o2on/src.o2on/O2IMDB.cpp	2008-05-12 03:02:07 UTC (rev 83)
@@ -366,9 +366,6 @@
 O2IMDB::
 Save(const wchar_t *filename, bool clear)
 {
-	if (Messages.empty())
-		return false;
-
 	O2IMSelectCondition cond(IM_XMLELM_ALL);
 	string out;
 	ExportToXML(cond, out);




o2on-svn メーリングリストの案内
Back to archive index