Mercurial > pidgin.yaz
changeset 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 | d40e91c32acf |
children | 959ae45dd0c5 |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);