Mercurial > pidgin
changeset 14512:92817f33cefc
[gaim-migrate @ 17232]
Patch from Casey Harkins to get rid of an assertion failure
at startup. Goooooooooo charkins!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 11 Sep 2006 00:31:48 +0000 |
parents | f309a5b3f184 |
children | 59223d5fb0ad |
files | gtk/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkblist.c Mon Sep 11 00:28:35 2006 +0000 +++ b/gtk/gtkblist.c Mon Sep 11 00:31:48 2006 +0000 @@ -4082,6 +4082,7 @@ gaim_gtk_blist_refresh(list); gaim_gtk_blist_restore_position(); gtk_widget_show_all(GTK_WIDGET(gtkblist->vbox)); + gtk_widget_realize(GTK_WIDGET(gtkblist->window)); gaim_blist_set_visible(gaim_prefs_get_bool("/gaim/gtk/blist/list_visible")); /* start the refresh timer */