Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkconv.c Mon Dec 29 06:16:13 2003 +0000 +++ b/src/gtkconv.c Mon Dec 29 06:48:11 2003 +0000 @@ -2113,7 +2113,7 @@ /* Show stuff that applies to IMs, hide stuff that applies to chats */ /* Deal with buttons */ - gtk_widget_hide(gtkconv->info); + gtk_widget_show(gtkconv->info); gtk_widget_show(gtkconv->send); gtk_widget_show(gtkconv->u.chat->invite);
