pidgin/gtkdialogs.c

branch
soc.2013.gobjectification
changeset 34923
416a7736a401
parent 34887
06bb8708c8d2
child 34940
c0aef3b64c56
child 36688
e49025233301
equal deleted inserted replaced
34922:6043d2b7f55a 34923:416a7736a401
1227 alias, FALSE, FALSE, NULL, 1227 alias, FALSE, FALSE, NULL,
1228 _("Alias"), G_CALLBACK(pidgin_dialogs_alias_chat_cb), 1228 _("Alias"), G_CALLBACK(pidgin_dialogs_alias_chat_cb),
1229 _("Cancel"), NULL, 1229 _("Cancel"), NULL,
1230 purple_chat_get_account(chat), NULL, NULL, 1230 purple_chat_get_account(chat), NULL, NULL,
1231 chat); 1231 chat);
1232
1233 g_free(alias);
1232 } 1234 }
1233 1235
1234 static void 1236 static void
1235 pidgin_dialogs_remove_contact_cb(PurpleContact *contact) 1237 pidgin_dialogs_remove_contact_cb(PurpleContact *contact)
1236 { 1238 {

mercurial