From 744158b569eb5c888644069c03f01463bc632c34 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Nov 2012 09:08:38 +0000 Subject: warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/extraicons/extraicons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/extraicons/extraicons.cpp b/src/modules/extraicons/extraicons.cpp index 4c2db55aa4..503bfce061 100644 --- a/src/modules/extraicons/extraicons.cpp +++ b/src/modules/extraicons/extraicons.cpp @@ -305,7 +305,7 @@ void fnReloadExtraIcons() } void fnSetAllExtraIcons(HWND hwndList, HANDLE hContact) -{ + { if (cli.hwndContactTree == 0) return; -- cgit v1.2.3