# HG changeset patch # User Gary Kramlich # Date 1586231317 18000 # Node ID 665ba7e7acbc13ea3a5e185319d98b94d38912d5 # Parent c50c509dd028a395cc5c050eb05f241641d11756 alphabetize the online required actions and add room list to them diff -r c50c509dd028 -r 665ba7e7acbc pidgin/pidginactiongroup.c --- 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, }; /******************************************************************************