Changes in / [ce402b2:12fe5ea]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    rce402b2 r12fe5ea  
    832832               
    833833                gc = imcb_chat_new( ic, conv->name );
     834                if( conv->title != NULL )
     835                {
     836                        imcb_chat_name_hint( gc, conv->title );
     837                        imcb_chat_topic( gc, NULL, conv->title, 0 );
     838                }
     839
    834840                conv->ui_data = gc;
    835841                gc->data = conv;
Note: See TracChangeset for help on using the changeset viewer.