From: <ebl...@us...> - 2006-08-20 14:02:49
|
Revision: 16899 Author: eblanton Date: 2006-08-20 07:02:43 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16899&view=rev Log Message: ----------- I miscalculated the default 80x24 height of the blist by the window list. Modified Paths: -------------- trunk/console/gntblist.c Modified: trunk/console/gntblist.c =================================================================== --- trunk/console/gntblist.c 2006-08-20 07:13:35 UTC (rev 16898) +++ trunk/console/gntblist.c 2006-08-20 14:02:43 UTC (rev 16899) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |