| 162 static GHashTable *account_pref_wins; |
162 static GHashTable *account_pref_wins; |
| 163 |
163 |
| 164 static void add_account_to_liststore(PurpleAccount *account, gpointer user_data); |
164 static void add_account_to_liststore(PurpleAccount *account, gpointer user_data); |
| 165 static void set_account(GtkListStore *store, GtkTreeIter *iter, |
165 static void set_account(GtkListStore *store, GtkTreeIter *iter, |
| 166 PurpleAccount *account, GdkPixbuf *global_buddyicon); |
166 PurpleAccount *account, GdkPixbuf *global_buddyicon); |
| 167 |
|
| 168 /* privacy UI ops */ |
|
| 169 void pidgin_permit_added_removed(PurpleAccount *account, const char *name); |
|
| 170 void pidgin_deny_added_removed(PurpleAccount *account, const char *name); |
|
| 171 |
167 |
| 172 /************************************************************************** |
168 /************************************************************************** |
| 173 * Add/Modify Account dialog |
169 * Add/Modify Account dialog |
| 174 **************************************************************************/ |
170 **************************************************************************/ |
| 175 static void add_login_options(AccountPrefsDialog *dialog, GtkWidget *parent); |
171 static void add_login_options(AccountPrefsDialog *dialog, GtkWidget *parent); |
| 2902 pidgin_accounts_notify_added, |
2898 pidgin_accounts_notify_added, |
| 2903 NULL, |
2899 NULL, |
| 2904 pidgin_accounts_request_add, |
2900 pidgin_accounts_request_add, |
| 2905 pidgin_accounts_request_authorization, |
2901 pidgin_accounts_request_authorization, |
| 2906 pidgin_accounts_request_close, |
2902 pidgin_accounts_request_close, |
| 2907 pidgin_permit_added_removed, |
2903 NULL, |
| 2908 pidgin_permit_added_removed, |
2904 NULL, |
| 2909 pidgin_deny_added_removed, |
2905 NULL, |
| 2910 pidgin_deny_added_removed, |
2906 NULL, |
| 2911 NULL, NULL, NULL, NULL |
2907 NULL, NULL, NULL, NULL |
| 2912 }; |
2908 }; |
| 2913 |
2909 |
| 2914 PurpleAccountUiOps * |
2910 PurpleAccountUiOps * |
| 2915 pidgin_accounts_get_ui_ops(void) |
2911 pidgin_accounts_get_ui_ops(void) |