# HG changeset patch # User Sean Egan # Date 1181089085 0 # Node ID 264d5439849b2f483685f8b043061565e3075fbe # Parent 5d52c1763eb90f61f40b304654d10267fb52b9dc# Parent d68be5f1ad470d2345ffc24440ae39dfbff3459b merge of '05620209858e59abe9cb0c598c87b4698047f012' and '07b6162e1092b6fdb5a1c02bdcd2c9b5641de694' diff -r d68be5f1ad47 -r 264d5439849b pidgin/gtkblist.c --- a/pidgin/gtkblist.c Wed Jun 06 00:01:54 2007 +0000 +++ b/pidgin/gtkblist.c Wed Jun 06 00:18:05 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; }