diff options
Diffstat (limited to 'protocols/JabberG/src')
| -rw-r--r-- | protocols/JabberG/src/jabber_chat.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 529d78dbfb..29cb943a52 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -1340,7 +1340,7 @@ static void sttLogListHook(CJabberProto *ppro, JABBER_LIST_ITEM *item, GCHOOK* g  				char *bufPtr, *url = mir_t2a(p);
  				for (bufPtr = url; *bufPtr && !isspace(*bufPtr); ++bufPtr) ;
  				*bufPtr++ = 0;
 -				CallService(MS_UTILS_OPENURL, 1, (LPARAM)url);
 +				CallService(MS_UTILS_OPENURL, OUF_NEWWINDOW, (LPARAM)url);
  				mir_free(url);
  				break;
  			}
  | 
