| 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", |