Mercurial > pidgin
changeset 9731:3419488d6d93
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 09 Aug 2004 04:02:13 +0000 |
parents | c9ac1976ef01 |
children | eb9c345d45a3 |
files | src/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */