From: <the...@us...> - 2006-09-11 00:31:52
|
Revision: 17232 http://svn.sourceforge.net/gaim/?rev=17232&view=rev Author: thekingant Date: 2006-09-10 17:31:48 -0700 (Sun, 10 Sep 2006) Log Message: ----------- Patch from Casey Harkins to get rid of an assertion failure at startup. Goooooooooo charkins! Modified Paths: -------------- trunk/gtk/gtkblist.c Modified: trunk/gtk/gtkblist.c =================================================================== --- trunk/gtk/gtkblist.c 2006-09-11 00:28:35 UTC (rev 17231) +++ trunk/gtk/gtkblist.c 2006-09-11 00:31:48 UTC (rev 17232) @@ -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 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |