Mercurial > pidgin
changeset 10085:9c174a7f9afc
[gaim-migrate @ 11096]
Compile warning fix.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 10 Oct 2004 16:37:37 +0000 |
parents | e653b2c888f4 |
children | 6cd2b467e303 |
files | src/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c Thu Oct 07 18:09:27 2004 +0000 +++ b/src/gtkimhtmltoolbar.c Sun Oct 10 16:37:37 2004 +0000 @@ -855,7 +855,7 @@ static void gtk_imhtmltoolbar_init (GtkIMHtmlToolbar *toolbar) { - GtkWidget *hbox = GTK_HBOX(toolbar); + GtkWidget *hbox = GTK_WIDGET(toolbar); GtkWidget *button; GtkWidget *sep; GtkSizeGroup *sg;