Ignore:
Timestamp:
2015-01-25T20:45:16Z (9 years ago)
Author:
Antoine Pietri <antoine.pietri@…>
Branches:
master
Children:
fd213fe
Parents:
e26aa72
Message:

purple: add topic and name_hint to groupchats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    re26aa72 r36ee8c6  
    832832               
    833833                gc = imcb_chat_new( ic, conv->name );
     834                imcb_chat_name_hint( gc, conv->title );
     835                imcb_chat_topic( gc, NULL, conv->title, 0 );
     836
    834837                conv->ui_data = gc;
    835838                gc->data = conv;
Note: See TracChangeset for help on using the changeset viewer.