pidgin/pidginnotificationconnectionerror.c

changeset 41971
b03ca9889e90
parent 41556
aea59a349641
child 42195
ce5c1634c6a1
equal deleted inserted replaced
41970:454caa755f53 41971:b03ca9889e90
86 86
87 return; 87 return;
88 } 88 }
89 89
90 /* Set the target for our actions. */ 90 /* Set the target for our actions. */
91 account_id = purple_account_get_id(account); 91 account_id = purple_contact_info_get_id(PURPLE_CONTACT_INFO(account));
92 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->reconnect), "s", 92 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->reconnect), "s",
93 account_id); 93 account_id);
94 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->reenable), "s", 94 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->reenable), "s",
95 account_id); 95 account_id);
96 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->modify), "s", 96 gtk_actionable_set_action_target(GTK_ACTIONABLE(error->modify), "s",

mercurial