diff -r 2b5a26ddbb69 -r 31a8779e91d4 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Tue May 06 18:27:58 2014 +0200 +++ b/pidgin/gtkstatusbox.c Wed May 07 11:07:45 2014 +0200 @@ -2772,12 +2772,16 @@ /* In reverse order */ case PURPLE_STATUS_OFFLINE: index++; + /* fall through */ case PURPLE_STATUS_INVISIBLE: index++; + /* fall through */ case PURPLE_STATUS_UNAVAILABLE: index++; + /* fall through */ case PURPLE_STATUS_AWAY: index++; + /* fall through */ case PURPLE_STATUS_AVAILABLE: index++; break;