diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-10-08 08:55:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-10-08 08:55:53 +0000 |
commit | 0d11f71e3bb30c9760f7fc8b027897047530b136 (patch) | |
tree | f65324ac5278878e1bad871dd083b1c972590c38 /protocols/SkypeClassic/res | |
parent | a134f7e823d5d334bfee65652534c206569e0b3e (diff) |
SkypeClassic: Sync from leecher's repo (r1963)
- Fixed a severe bug that prevented the correct auth user to be read preventing every authentication accept.
- Fixed a crash in Groupchat when only 2 users were left and user parted the groupchat
- Added feature for blocking contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@10744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/res')
-rw-r--r-- | protocols/SkypeClassic/res/Resource.rc | 1 | ||||
-rw-r--r-- | protocols/SkypeClassic/res/blockcon.ico | bin | 0 -> 318 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/res/Resource.rc b/protocols/SkypeClassic/res/Resource.rc index fcf58a3055..7bfd83e121 100644 --- a/protocols/SkypeClassic/res/Resource.rc +++ b/protocols/SkypeClassic/res/Resource.rc @@ -376,6 +376,7 @@ IDI_DND ICON DISCARDABLE "dnd.ico" IDI_INVISIBLE ICON DISCARDABLE "invisible.ico"
IDI_OFFLINE ICON DISCARDABLE "offline.ico"
IDI_PHONE ICON DISCARDABLE "phone.ico"
+IDI_BLOCKCONTACT ICON DISCARDABLE "blockcon.ico"
/////////////////////////////////////////////////////////////////////////////
diff --git a/protocols/SkypeClassic/res/blockcon.ico b/protocols/SkypeClassic/res/blockcon.ico Binary files differnew file mode 100644 index 0000000000..c371be9473 --- /dev/null +++ b/protocols/SkypeClassic/res/blockcon.ico |