From: Eric W. <war...@us...> - 2001-09-23 20:32:33
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv13766 Modified Files: gaimrc.c Log Message: what the hell? Index: gaimrc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gaimrc.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- gaimrc.c 2001/09/20 04:50:50 1.78 +++ gaimrc.c 2001/09/23 20:32:30 1.79 @@ -731,6 +731,22 @@ } + if (conv_size.width == 0 && + conv_size.height == 0 && + conv_size.entry_height == 0) { + conv_size.width = 320; + conv_size.height = 175; + conv_size.entry_height = 50; + } + + if (buddy_chat_size.width == 0 && + buddy_chat_size.height == 0 && + buddy_chat_size.entry_height == 0) { + buddy_chat_size.width = 320; + buddy_chat_size.height = 160; + buddy_chat_size.entry_height = 50; + } + if (read_general) { if (!read_logging) { logging_options = 0; |