--- a/pidgin/gtkblist.c Tue Jun 05 12:14:38 2007 +0000 +++ b/pidgin/gtkblist.c Wed Jun 06 00:23:41 2007 +0000 @@ -266,8 +266,6 @@ purple_prefs_set_int(PIDGIN_PREFS_ROOT "/blist/width", event->width); purple_prefs_set_int(PIDGIN_PREFS_ROOT "/blist/height", event->height); - gtk_widget_set_size_request(gtkblist->headline_label, - purple_prefs_get_int(PIDGIN_PREFS_ROOT "/blist/width")-25,-1); /* continue to handle event normally */ return FALSE; }