# HG changeset patch # User Nathan Walp # Date 1054441517 0 # Node ID e2ff6f1569175de24fe3b0494c36adf568acd6c4 # Parent 9a34e950792e54fc0e5bf916fe773dc70dbe0b37 [gaim-migrate @ 6036] there are probably a lot of these committer: Tailor Script diff -r 9a34e950792e -r e2ff6f156917 src/gtkconv.c --- a/src/gtkconv.c Sun Jun 01 04:15:46 2003 +0000 +++ b/src/gtkconv.c Sun Jun 01 04:25:17 2003 +0000 @@ -463,7 +463,7 @@ else gaim_chat_send(GAIM_CHAT(conv), buf); - if (gaim_prefs_get_bool("/gaim/gtk/conversations/hide_on_send")) + if (gaim_prefs_get_bool("/gaim/gtk/conversations/im/hide_on_send")) gaim_window_hide(gaim_conversation_get_window(conv)); g_free(buf);