Changeset cd741d8 for protocols/nogaim.c


Ignore:
Timestamp:
2009-11-23T23:23:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
45a19e5
Parents:
4e04194
Message:

Fixed compatibility with non-libpurple version: oscar is now recognized
as a protocol name, and removed prpl- hack from nogaim.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r4e04194 rcd741d8  
    111111                if( g_strcasecmp( proto->name, name ) == 0 )
    112112                        return proto;
    113 
    114 #ifdef WITH_PURPLE
    115                 /* I know, hardcoding is evil, but that doesn't make it
    116                    impossible. :-) */
    117                 if( g_strncasecmp( proto->name, "prpl-", 5 ) == 0 &&
    118                     g_strcasecmp( proto->name + 5, name ) == 0 )
    119                         return proto;
    120 #endif
    121113        }
    122114       
Note: See TracChangeset for help on using the changeset viewer.