diff finch/gntconv.c @ 32704:32eef2c3314a

disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'
author Kevin Stange <kevin@simguy.net>
date Sun, 02 Oct 2011 00:05:00 +0000
parents 3e2191125ad7
children 2ec94166be43
line wrap: on
line diff
--- a/finch/gntconv.c	Sat Oct 01 13:49:37 2011 +0000
+++ b/finch/gntconv.c	Sun Oct 02 00:05:00 2011 +0000
@@ -801,6 +801,9 @@
 		case PURPLE_CONV_TYPE_CHAT:
 			gnt_widget_set_name(ggc->window, "conversation-window-chat" );
 			break;
+		case PURPLE_CONV_TYPE_MISC:
+			gnt_widget_set_name(ggc->window, "conversation-window-misc" );
+			break;
 		case PURPLE_CONV_TYPE_ANY:
 			gnt_widget_set_name(ggc->window, "conversation-window-any" );
 			break;