Changeset 41e0c00 for irc_im.c


Ignore:
Timestamp:
2010-09-05T10:27:12Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fef7813
Parents:
52d63dc
Message:

Fixing handling of (Jabber) chatroom topic changes done by the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r52d63dc r41e0c00  
    798798                c->ic->acc->prpl->chat_topic( c, topic );
    799799                g_free( topic );
    800                 return TRUE;
    801         }
    802                
     800        }
     801               
     802        /* Whatever happened, the IM module should ack the topic change. */
    803803        return FALSE;
    804804}
Note: See TracChangeset for help on using the changeset viewer.