# HG changeset patch # User Mark Doliner # Date 1092024133 0 # Node ID 3419488d6d93de666f2541ce4c62fe896f62e1fd # Parent c9ac1976ef01cfcd7a3ea39cf20ad78053907ec2 [gaim-migrate @ 10592] Set a decent default blist height. It doesn't seem to set the width to what I tell it, but that doesn't really bother me. If someone wants to fix it, though, this is probably a good place to get your feet wet :-) G'night committer: Tailor Script diff -r c9ac1976ef01 -r 3419488d6d93 src/gtkblist.c --- a/src/gtkblist.c Mon Aug 09 03:49:46 2004 +0000 +++ b/src/gtkblist.c Mon Aug 09 04:02:13 2004 +0000 @@ -4547,8 +4547,8 @@ gaim_prefs_add_string("/gaim/gtk/blist/sort_type", "alphabetical"); gaim_prefs_add_int("/gaim/gtk/blist/x", 0); gaim_prefs_add_int("/gaim/gtk/blist/y", 0); - gaim_prefs_add_int("/gaim/gtk/blist/width", 0); - gaim_prefs_add_int("/gaim/gtk/blist/height", 0); + gaim_prefs_add_int("/gaim/gtk/blist/width", 200); + gaim_prefs_add_int("/gaim/gtk/blist/height", 500); gaim_prefs_add_int("/gaim/gtk/blist/tooltip_delay", 500); /* Register our signals */