comparison finch/gntconv.c @ 32699:3e2191125ad7

PURPLE_CONV_TYPE_MISC never actually used.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 13:49:37 +0000
parents c39583aad67c
children 32eef2c3314a
comparison
equal deleted inserted replaced
32698:c39583aad67c 32699:3e2191125ad7
799 gnt_widget_set_name(ggc->window, "conversation-window-im" ); 799 gnt_widget_set_name(ggc->window, "conversation-window-im" );
800 break; 800 break;
801 case PURPLE_CONV_TYPE_CHAT: 801 case PURPLE_CONV_TYPE_CHAT:
802 gnt_widget_set_name(ggc->window, "conversation-window-chat" ); 802 gnt_widget_set_name(ggc->window, "conversation-window-chat" );
803 break; 803 break;
804 case PURPLE_CONV_TYPE_MISC:
805 gnt_widget_set_name(ggc->window, "conversation-window-misc" );
806 break;
807 case PURPLE_CONV_TYPE_ANY: 804 case PURPLE_CONV_TYPE_ANY:
808 gnt_widget_set_name(ggc->window, "conversation-window-any" ); 805 gnt_widget_set_name(ggc->window, "conversation-window-any" );
809 break; 806 break;
810 } 807 }
811 808