Check for plugin win before creating

This commit is contained in:
James Booth
2016-07-12 01:51:27 +01:00
parent 9a0111c10a
commit 1a7eb00763
5 changed files with 31 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ ProfPrivateWin* wins_get_private(const char *const fulljid);
ProfPluginWin* wins_get_plugin(const char *const tag);
ProfXMLWin* wins_get_xmlconsole(void);
void wins_close_plugin(const char *const tag);
void wins_close_plugin(char *tag);
ProfWin* wins_get_current(void);