fixed display of toaster for distant msgs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-31 13:12:26 +00:00
parent 8d94ecf9ff
commit 19808587e9
3 changed files with 17 additions and 1 deletions

View file

@ -49,6 +49,7 @@ const uint32_t RS_POPUP_DOWNLOAD = 0x0020;
const uint32_t RS_POPUP_GROUPCHAT = 0x0040;
const uint32_t RS_POPUP_CHATLOBBY = 0x0080;
const uint32_t RS_POPUP_CONNECT_ATTEMPT = 0x0100;
const uint32_t RS_POPUP_ENCRYPTED_MSG = 0x0200;
/* CHAT flags are here - so they are in the same place as
* other Notify flags... not used by libretroshare though