Mercurial > pidgin
changeset 18263:8d425f1abf95
Kill a compile warning
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 24 Jun 2007 14:10:03 +0000 |
parents | 0c977a328457 |
children | a2c488006756 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Sun Jun 24 14:08:26 2007 +0000 +++ b/pidgin/gtkconv.c Sun Jun 24 14:10:03 2007 +0000 @@ -8560,7 +8560,7 @@ win->gtkconvs = g_list_remove(win->gtkconvs, gtkconv); if (!win->gtkconvs || !win->gtkconvs->next) - gtk_notebook_set_show_tabs(win->notebook, FALSE); + gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook), FALSE); if (!win->gtkconvs && win != hidden_convwin) pidgin_conv_window_destroy(win);