diff src/gtkconv.c @ 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 e2f2d8857f9f
children 62f57ec16f29
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);