Changeset c6e0218 for skype/skype.c


Ignore:
Timestamp:
2011-01-03T03:30:54Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
bb0775c
Parents:
59f62dc
Message:

updates for 0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r59f62dc rc6e0218  
    14991499}
    15001500
    1501 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(3, 0, 1)
     1501#if BITLBEE_VERSION_CODE > BITLBEE_VER(3, 0, 1)
    15021502GList *skype_buddy_action_list(bee_user_t *bu)
    15031503{
     
    15551555        ret->handle_cmp = g_strcasecmp;
    15561556        ret->chat_topic = skype_chat_topic;
    1557 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(3, 0, 1)
     1557#if BITLBEE_VERSION_CODE > BITLBEE_VER(3, 0, 1)
    15581558        ret->buddy_action_list = skype_buddy_action_list;
    15591559        ret->buddy_action = skype_buddy_action;
Note: See TracChangeset for help on using the changeset viewer.