changeset 5629:e2ff6f156917

[gaim-migrate @ 6036] there are probably a lot of these committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Jun 2003 04:25:17 +0000
parents 9a34e950792e
children 4e2ffa3d9094
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);