pidgin/pidgin

Parents c50c509dd028
Children bfd6a61974ac
alphabetize the online required actions and add room list to them
--- a/pidgin/pidginactiongroup.c Mon Apr 06 22:27:40 2020 -0500
+++ b/pidgin/pidginactiongroup.c Mon Apr 06 22:48:37 2020 -0500
@@ -51,13 +51,14 @@
* This list keeps track of which actions should only be enabled while online.
*/
static const gchar *pidgin_action_group_online_actions[] = {
- PIDGIN_ACTION_NEW_MESSAGE,
- PIDGIN_ACTION_JOIN_CHAT,
- PIDGIN_ACTION_GET_USER_INFO,
PIDGIN_ACTION_ADD_BUDDY,
PIDGIN_ACTION_ADD_CHAT,
PIDGIN_ACTION_ADD_GROUP,
+ PIDGIN_ACTION_GET_USER_INFO,
+ PIDGIN_ACTION_JOIN_CHAT,
+ PIDGIN_ACTION_NEW_MESSAGE,
PIDGIN_ACTION_PRIVACY,
+ PIDGIN_ACTION_ROOM_LIST,
};
/******************************************************************************