# HG changeset patch # User Luke Schierer # Date 1057983461 0 # Node ID 7197713bca8a55c0e8e04ecbf61420fe3d78f534 # Parent 94e4cf59bacba859db49517237611ca32c9b17f4 [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 diff -r 94e4cf59bacb -r 7197713bca8a src/gaimrc.c --- 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]));