From de98f325061f64cc3be923aa8bb8f5a619711549 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Jul 2015 21:00:11 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/exportimport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbEditorPP/src/exportimport.cpp') diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index 281fd6d10c..e5ce1941fb 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -122,7 +122,7 @@ char* NickFromHContact(MCONTACT hContact) szProto[0] = 0; if (!db_get_static(hContact, "Protocol", "p", szProto, _countof(szProto))) - loaded = Proto_IsProtocolLoaded(szProto) ? 1 : 0; + loaded = Proto_GetAccount(szProto) ? 1 : 0; if (!szProto[0] || db_get_static(hContact, szProto, "Nick", name, _countof(name))) mir_strncpy(name, "(UNKNOWN)", _countof(name)); -- cgit v1.2.3