Changeset dd0d57b1


Ignore:
Timestamp:
2009-10-12T22:19:41Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e248c7f
Parents:
ec5e57d
Message:

Oops, forgot to drop a printf() of all away states for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    rec5e57d rdd0d57b1  
    178178       
    179179        for( st = purple_account_get_status_types( pa ); st; st = st->next )
    180         {
    181                 printf( "%s\n", purple_status_type_get_name( st->data ) );
    182180                ret = g_list_append( ret, (void*) purple_status_type_get_name( st->data ) );
    183         }
    184181       
    185182        return ret;
Note: See TracChangeset for help on using the changeset viewer.