# HG changeset patch # User Gabriel Schulhof # Date 1191857719 0 # Node ID f47ae01d0defa612a8b722d9cb7a2fc200000d2f # Parent 5cc3bcf86c09e547ffce8953df3564193689b3a6 Forgot to initialize blist for debug window transience diff -r 5cc3bcf86c09 -r f47ae01d0def pidgin/gtkdebug.c --- a/pidgin/gtkdebug.c Sat Oct 06 22:19:24 2007 +0000 +++ b/pidgin/gtkdebug.c Mon Oct 08 15:35:19 2007 +0000 @@ -689,7 +689,7 @@ height = purple_prefs_get_int(PIDGIN_PREFS_ROOT "/debug/height"); PIDGIN_DIALOG(win->window); - if (blist) + if ((blist = pidgin_blist_get_default_gtk_blist()) != NULL) if (blist->window) gtk_window_set_transient_for(GTK_WINDOW(win->window), GTK_WINDOW(blist->window)); purple_debug_info("gtkdebug", "Setting dimensions to %d, %d\n",