comparison src/gtkconv.c @ 7952:fb66c2ee4446

[gaim-migrate @ 8626] Peekaboo! (Street) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Dec 2003 06:48:11 +0000
parents b356e2a9d7fc
children 6dc91824d8d4
comparison
equal deleted inserted replaced
7951:d40e91c32acf 7952:fb66c2ee4446
2111 gtk_widget_show(gtkwin->menu.insert_image); 2111 gtk_widget_show(gtkwin->menu.insert_image);
2112 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { 2112 } else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) {
2113 /* Show stuff that applies to IMs, hide stuff that applies to chats */ 2113 /* Show stuff that applies to IMs, hide stuff that applies to chats */
2114 2114
2115 /* Deal with buttons */ 2115 /* Deal with buttons */
2116 gtk_widget_hide(gtkconv->info); 2116 gtk_widget_show(gtkconv->info);
2117 gtk_widget_show(gtkconv->send); 2117 gtk_widget_show(gtkconv->send);
2118 gtk_widget_show(gtkconv->u.chat->invite); 2118 gtk_widget_show(gtkconv->u.chat->invite);
2119 2119
2120 /* Deal with the toolbar */ 2120 /* Deal with the toolbar */
2121 gtk_widget_hide(gtkconv->toolbar.image); 2121 gtk_widget_hide(gtkconv->toolbar.image);