diff options
Diffstat (limited to 'plugins/MetaContacts/src')
| -rw-r--r-- | plugins/MetaContacts/src/meta_menu.cpp | 3 | ||||
| -rw-r--r-- | plugins/MetaContacts/src/meta_utils.cpp | 5 | 
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/MetaContacts/src/meta_menu.cpp b/plugins/MetaContacts/src/meta_menu.cpp index 815d4d4a0f..5bb857b2f3 100644 --- a/plugins/MetaContacts/src/meta_menu.cpp +++ b/plugins/MetaContacts/src/meta_menu.cpp @@ -72,9 +72,6 @@ INT_PTR Meta_Convert(WPARAM wParam, LPARAM lParam)  			db_set_b(hMetaContact, "CList", "Hidden", 1);
  	}
 -	//	Update the graphics
 -	CallService(MS_CLUI_SORTLIST, 0, 0);
 -
  	free(group);
  	return (INT_PTR)hMetaContact;
  }
 diff --git a/plugins/MetaContacts/src/meta_utils.cpp b/plugins/MetaContacts/src/meta_utils.cpp index 7cb5176d5a..db5f9e9682 100644 --- a/plugins/MetaContacts/src/meta_utils.cpp +++ b/plugins/MetaContacts/src/meta_utils.cpp @@ -994,7 +994,6 @@ int Meta_HideLinkedContacts(void) {  		hContact = db_find_next(hContact);
  	}	
 -	CallService(MS_CLUI_SORTLIST, 0, 0);
  	return 0;
  }
 @@ -1011,8 +1010,6 @@ int Meta_UnhideLinkedContacts(void)  		}
  	}	
 -	if ( !CallService(MS_SYSTEM_TERMINATED, 0, 0))
 -		CallService(MS_CLUI_SORTLIST, 0, 0);
  	return 0;
  }
 @@ -1039,8 +1036,6 @@ int Meta_HideMetaContacts(int hide)  		}
  	}	
 -	if ( !CallService(MS_SYSTEM_TERMINATED, 0, 0))
 -		CallService(MS_CLUI_SORTLIST, 0, 0);
  	return 0;
  }
  | 
