pidgin/gtkconv.c

branch
soc.2013.gobjectification.plugins
changeset 37147
6037d5c3a06c
parent 37146
b5b9c75a4b54
child 37148
50f361d39a1e
equal deleted inserted replaced
37146:b5b9c75a4b54 37147:6037d5c3a06c
605 { 605 {
606 PurpleConversation *conv = gtkconv->active_conv; 606 PurpleConversation *conv = gtkconv->active_conv;
607 PurpleAccount *account; 607 PurpleAccount *account;
608 #if 0 608 #if 0
609 PurpleConnection *gc; 609 PurpleConnection *gc;
610 #endif
610 PurpleMessageFlags flags = 0; 611 PurpleMessageFlags flags = 0;
611 char *buf; 612 char *buf;
612 613
613 account = purple_conversation_get_account(conv); 614 account = purple_conversation_get_account(conv);
614 615

mercurial