Ignore:
Timestamp:
2015-01-26T20:46:11Z (9 years ago)
Author:
Wilmer van der Gaast <github@…>
Branches:
master
Children:
1fa5109
Parents:
ce402b2 (diff), fd213fe (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 pull request #5 from seirl/purple_title

purple: add topic and name_hint to groupchats

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.