From f4dae906ca4f608078ea7697dbda4b4ee7821d24 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 6 Aug 2011 15:06:51 +0000 Subject: Svc_dbepp: removed sorting on opening dbeditor git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@157 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- dbeditorpp/main_window.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dbeditorpp/main_window.cpp') diff --git a/dbeditorpp/main_window.cpp b/dbeditorpp/main_window.cpp index 7ff9dc0..da58799 100644 --- a/dbeditorpp/main_window.cpp +++ b/dbeditorpp/main_window.cpp @@ -235,13 +235,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) CallService(MS_LANGPACK_TRANSLATEMENU,(WPARAM)GetSubMenu(hMenu,i),0); } - SettingsSortParams params = {0}; - params.hList = GetDlgItem(hwnd, IDC_SETTINGS); - params.column = 0; - ListView_SortItemsEx(params.hList, SettingsCompare, (LPARAM) ¶ms); - // move the dialog to the users position - MoveWindow(hwnd,DBGetContactSettingDword(NULL,modname,"x",0),DBGetContactSettingDword(NULL,modname,"y",0),DBGetContactSettingDword(NULL,modname,"width",500),DBGetContactSettingDword(NULL,modname,"height",250),0); if (DBGetContactSettingByte(NULL,modname,"Maximised",0)) { -- cgit v1.2.3