- Timestamp:
- 2010-04-19T22:25:33Z (15 years ago)
- Branches:
- master
- Children:
- 0d7bd89
- Parents:
- 7cf146f
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r7cf146f r1aacc0c0 4 4 DATE := $(shell date +%Y-%m-%d) 5 5 # latest stable 6 BITLBEE_VERSION = 1.2. 56 BITLBEE_VERSION = 1.2.6 7 7 8 8 AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|") -
skype/skype.c
r7cf146f r1aacc0c0 769 769 if (!strcmp(info, "STATUS MULTI_SUBSCRIBED")) { 770 770 gc = imcb_chat_new(ic, id); 771 #ifdef BITLBEE_VERSION_CODE772 771 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) 773 772 imcb_chat_name_hint(gc, id); 774 #endif775 773 #endif 776 774 skype_printf(ic, "GET CHAT %s ADDER\n", id); … … 778 776 } else if (!strcmp(info, "STATUS DIALOG") && sd->groupchat_with) { 779 777 gc = imcb_chat_new(ic, id); 780 #ifdef BITLBEE_VERSION_CODE781 778 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) 782 779 imcb_chat_name_hint(gc, id); 783 #endif784 780 #endif 785 781 /* According to the docs this
Note: See TracChangeset
for help on using the changeset viewer.