| 56 |
56 |
| 57 static void |
57 static void |
| 58 pidgin_account_actions_menu_disable_cb(GtkMenuItem *item, gpointer data) { |
58 pidgin_account_actions_menu_disable_cb(GtkMenuItem *item, gpointer data) { |
| 59 PidginAccountActionsMenu *menu = PIDGIN_ACCOUNT_ACTIONS_MENU(data); |
59 PidginAccountActionsMenu *menu = PIDGIN_ACCOUNT_ACTIONS_MENU(data); |
| 60 |
60 |
| 61 purple_account_set_enabled(menu->account, PIDGIN_UI, FALSE); |
61 purple_account_set_enabled(menu->account, FALSE); |
| 62 } |
62 } |
| 63 |
63 |
| 64 static void |
64 static void |
| 65 pidgin_account_actions_menu_set_mood_cb(GtkMenuItem *item, gpointer data) { |
65 pidgin_account_actions_menu_set_mood_cb(GtkMenuItem *item, gpointer data) { |
| 66 PidginAccountActionsMenu *menu = PIDGIN_ACCOUNT_ACTIONS_MENU(data); |
66 PidginAccountActionsMenu *menu = PIDGIN_ACCOUNT_ACTIONS_MENU(data); |