From aaf3d972a3b32623f7e2984382adc5ca633bb280 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Oct 2012 12:12:58 +0000 Subject: attemp to fix crash in Popups history git-svn-id: http://svn.miranda-ng.org/main/trunk@2084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/src/font.cpp') diff --git a/plugins/Popup/src/font.cpp b/plugins/Popup/src/font.cpp index 77aca7b94a..5c097b2c7f 100644 --- a/plugins/Popup/src/font.cpp +++ b/plugins/Popup/src/font.cpp @@ -141,7 +141,7 @@ void ReloadFonts() //update class popupps(only temp at this point, must rework) char setting[256]; - for(int i = 0; i < gTreeData.getCount(); i++) { + for(int i=0; i < gTreeData.getCount(); i++) { if(gTreeData[i]->typ == 2) { mir_snprintf(setting, 256, "%s/TextCol", gTreeData[i]->pupClass.pszName); gTreeData[i]->colorText = gTreeData[i]->pupClass.colorText = -- cgit v1.2.3