| 2770 switch (purple_savedstatus_get_primitive_type(saved_status)) |
2770 switch (purple_savedstatus_get_primitive_type(saved_status)) |
| 2771 { |
2771 { |
| 2772 /* In reverse order */ |
2772 /* In reverse order */ |
| 2773 case PURPLE_STATUS_OFFLINE: |
2773 case PURPLE_STATUS_OFFLINE: |
| 2774 index++; |
2774 index++; |
| |
2775 /* fall through */ |
| 2775 case PURPLE_STATUS_INVISIBLE: |
2776 case PURPLE_STATUS_INVISIBLE: |
| 2776 index++; |
2777 index++; |
| |
2778 /* fall through */ |
| 2777 case PURPLE_STATUS_UNAVAILABLE: |
2779 case PURPLE_STATUS_UNAVAILABLE: |
| 2778 index++; |
2780 index++; |
| |
2781 /* fall through */ |
| 2779 case PURPLE_STATUS_AWAY: |
2782 case PURPLE_STATUS_AWAY: |
| 2780 index++; |
2783 index++; |
| |
2784 /* fall through */ |
| 2781 case PURPLE_STATUS_AVAILABLE: |
2785 case PURPLE_STATUS_AVAILABLE: |
| 2782 index++; |
2786 index++; |
| 2783 break; |
2787 break; |
| 2784 default: |
2788 default: |
| 2785 break; |
2789 break; |