Ignore:
Timestamp:
2013-02-21T13:16:26Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
06eef80
Parents:
e4f5ca8 (diff), 9754c2f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from vmiklos. Mostly Skype stuff and further deprecating a nogaim
function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    re4f5ca8 r12f500f  
    468468        }
    469469        return (0);
    470 }
    471 
    472 /**
    473  *
    474  */
    475 static void twitter_set_my_name(struct im_connection *ic, char *info)
    476 {
    477470}
    478471
     
    734727        ret->buddy_msg = twitter_buddy_msg;
    735728        ret->get_info = twitter_get_info;
    736         ret->set_my_name = twitter_set_my_name;
    737729        ret->add_buddy = twitter_add_buddy;
    738730        ret->remove_buddy = twitter_remove_buddy;
Note: See TracChangeset for help on using the changeset viewer.