diff options
Diffstat (limited to 'plugins/TooltipNotify/src/DbHelpers.cpp')
| -rw-r--r-- | plugins/TooltipNotify/src/DbHelpers.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TooltipNotify/src/DbHelpers.cpp b/plugins/TooltipNotify/src/DbHelpers.cpp index 15261988de..3a891bfa5e 100644 --- a/plugins/TooltipNotify/src/DbHelpers.cpp +++ b/plugins/TooltipNotify/src/DbHelpers.cpp @@ -11,7 +11,7 @@ static int EnumSettingsProc1(const char *pszSetting, LPARAM lParam)  	return 0;
  }
 -bool ModuleSettingsExists(HCONTACT hContact, const char* pszModuleName)
 +bool ModuleSettingsExists(MCONTACT hContact, const char* pszModuleName)
  {
  	DBCONTACTENUMSETTINGS dbces = {0};
  	dbces.szModule = pszModuleName;
 @@ -28,7 +28,7 @@ static int EnumSettingsProc2(const char *pszSetting, LPARAM lParam)  	return 0;
  }
 -void DeleteModuleSettings(HCONTACT hContact, const char* pszModuleName)
 +void DeleteModuleSettings(MCONTACT hContact, const char* pszModuleName)
  {
  	SettingsList settingsList;
  	DBCONTACTENUMSETTINGS dbces = {0};
 @@ -48,7 +48,7 @@ void DeleteModuleSettings(HCONTACT hContact, const char* pszModuleName)  }
 -static int GetSetting(HCONTACT hContact, const char *szModule, const char *szSetting, DBVARIANT *dbv)
 +static int GetSetting(MCONTACT hContact, const char *szModule, const char *szSetting, DBVARIANT *dbv)
  {
  	int rr = db_get(hContact, szModule, szSetting, dbv);
  	if (dbv->type != DBVT_UTF8)
 @@ -57,7 +57,7 @@ static int GetSetting(HCONTACT hContact, const char *szModule, const char *szSet  		return 1;
  }
 -void RenameModule(HCONTACT hContact, const char* pszOldName, const char* pszNewName)
 +void RenameModule(MCONTACT hContact, const char* pszOldName, const char* pszNewName)
  {
  	SettingsList settingsList;
  	DBCONTACTENUMSETTINGS dbces = {0};
  | 
