alphabetize the online required actions and add room list to them

Mon, 06 Apr 2020 22:48:37 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 06 Apr 2020 22:48:37 -0500
changeset 40380
665ba7e7acbc
parent 40379
c50c509dd028
child 40381
bfd6a61974ac

alphabetize the online required actions and add room list to them

pidgin/pidginactiongroup.c file | annotate | diff | comparison | revisions
--- 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,
 };
 
 /******************************************************************************

mercurial