From 855919ea6895d63c98a209d2de544f4c90fb8f93 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Sun, 8 Jul 2012 21:24:04 +0000
Subject: no more need in dbeditor's icon in Clist Modern

git-svn-id: http://svn.miranda-ng.org/main/trunk@863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/Svc_dbepp/main.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'plugins/Svc_dbepp')

diff --git a/plugins/Svc_dbepp/main.cpp b/plugins/Svc_dbepp/main.cpp
index f289c1eb77..9b0a2bfc8d 100644
--- a/plugins/Svc_dbepp/main.cpp
+++ b/plugins/Svc_dbepp/main.cpp
@@ -247,9 +247,8 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
 
 	hTTBHook = HookEvent(ME_TTB_MODULELOADED, OnTTBLoaded);
 
-	if ( bServiceMode ) {
+	if ( bServiceMode )
 		CallService("DBEditorpp/MenuCommand",0,0);
-	}
 
 	return 0;
 }
-- 
cgit v1.2.3