pidgin/gtkdialogs.c

branch
soc.2013.gobjectification.plugins
changeset 36688
e49025233301
parent 36655
c4c1e8d8918a
parent 34923
416a7736a401
child 36701
5acd461707ae
equal deleted inserted replaced
36687:7a83a1a657e3 36688:e49025233301
1253 alias, FALSE, FALSE, NULL, 1253 alias, FALSE, FALSE, NULL,
1254 _("Alias"), G_CALLBACK(pidgin_dialogs_alias_chat_cb), 1254 _("Alias"), G_CALLBACK(pidgin_dialogs_alias_chat_cb),
1255 _("Cancel"), NULL, 1255 _("Cancel"), NULL,
1256 purple_chat_get_account(chat), NULL, NULL, 1256 purple_chat_get_account(chat), NULL, NULL,
1257 chat); 1257 chat);
1258
1259 g_free(alias);
1258 } 1260 }
1259 1261
1260 static void 1262 static void
1261 pidgin_dialogs_remove_contact_cb(PurpleContact *contact) 1263 pidgin_dialogs_remove_contact_cb(PurpleContact *contact)
1262 { 1264 {

mercurial