[gaim-migrate @ 16899]

Sun, 20 Aug 2006 14:02:43 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sun, 20 Aug 2006 14:02:43 +0000
changeset 14280
8698bf845c01
parent 14279
b75c478a650a
child 14281
bb395cb6e106

[gaim-migrate @ 16899]
I miscalculated the default 80x24 height of the blist by the window list.

console/gntblist.c file | annotate | diff | comparison | revisions
--- a/console/gntblist.c	Sun Aug 20 07:13:35 2006 +0000
+++ b/console/gntblist.c	Sun Aug 20 14:02:43 2006 +0000
@@ -1092,7 +1092,7 @@
 	gaim_prefs_add_none(PREF_ROOT);
 	gaim_prefs_add_none(PREF_ROOT "/size");
 	gaim_prefs_add_int(PREF_ROOT "/size/width", 20);
-	gaim_prefs_add_int(PREF_ROOT "/size/height", 18);
+	gaim_prefs_add_int(PREF_ROOT "/size/height", 17);
 	gaim_prefs_add_none(PREF_ROOT "/position");
 	gaim_prefs_add_int(PREF_ROOT "/position/x", 0);
 	gaim_prefs_add_int(PREF_ROOT "/position/y", 0);

mercurial