Mercurial > pidgin
changeset 6097:7197713bca8a
[gaim-migrate @ 6556]
(00:08:47) Robot101: gaimrc.c lines 1161 and 1168
(00:08:53) Robot101: entry_right should be entry_height
(00:09:08) Robot101: explains why the entry widget's height wasn't importing =)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 12 Jul 2003 04:17:41 +0000 |
parents | 94e4cf59bacb |
children | dbeaa5530f78 |
files | src/gaimrc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gaimrc.c Sat Jul 12 02:00:38 2003 +0000 +++ b/src/gaimrc.c Sat Jul 12 04:17:41 2003 +0000 @@ -1158,14 +1158,14 @@ atoi(p->value[0])); gaim_prefs_set_int("/gaim/gtk/conversations/im/default_height", atoi(p->value[1])); - gaim_prefs_set_int("/gaim/gtk/conversations/im/entry_right", + gaim_prefs_set_int("/gaim/gtk/conversations/im/entry_hight", atoi(p->value[2])); } else if (!strcmp(p->option, "buddy_chat_size")) { gaim_prefs_set_int("/gaim/gtk/conversations/chat/default_width", atoi(p->value[0])); gaim_prefs_set_int("/gaim/gtk/conversations/chat/default_height", atoi(p->value[1])); - gaim_prefs_set_int("/gaim/gtk/conversations/chat/entry_right", + gaim_prefs_set_int("/gaim/gtk/conversations/chat/entry_hight", atoi(p->value[2])); } else if (!strcmp(p->option, "blist_pos")) { gaim_prefs_set_int("/gaim/gtk/blist/x", atoi(p->value[0]));