Changeset 12fe5ea
- Timestamp:
- 2015-01-26T20:46:11Z (10 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
rce402b2 r12fe5ea 832 832 833 833 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 834 840 conv->ui_data = gc; 835 841 gc->data = conv;
Note: See TracChangeset
for help on using the changeset viewer.