diff src/server.c @ 5573:5e7de337a053

[gaim-migrate @ 5976] Account saving and loading _mostly_ works. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 23:57:11 +0000
parents 9eb5b13fd412
children 3a9b54f260e3
line wrap: on
line diff
--- a/src/server.c	Fri May 30 23:05:01 2003 +0000
+++ b/src/server.c	Fri May 30 23:57:11 2003 +0000
@@ -857,7 +857,7 @@
 		 * imaway dialog actually exists, first.
 		 */
 		if (!cnv && awayqueue &&
-			gaim_prefs_get_bool("/core/away/queue_messages")) {
+			gaim_prefs_get_bool("/gaim/gtk/away/queue_messages")) {
 			/* 
 			 * Alright, so we're going to queue it. Neat, eh? :)
 			 * So first we create something to store the message, and add
@@ -963,7 +963,7 @@
 		tmpmsg = stylize(gc->away, MSG_LEN);
 		serv_send_im(gc, name, away_subs(tmpmsg, alias), -1, IM_FLAG_AWAY);
 		if (!cnv && awayqueue &&
-			gaim_prefs_get_bool("/core/away/queue_messages")) {
+			gaim_prefs_get_bool("/gaim/gtk/away/queue_messages")) {
 
 			struct queued_message *qm;
 
@@ -992,7 +992,7 @@
 		 * Robot101 will fix this after his exams. honest.
 		 */
 		if (docklet_count &&
-		    gaim_prefs_get_bool("/plugins/gtk/docklet/queue_unread") &&
+		    gaim_prefs_get_bool("/plugins/gtk/docklet/queue_messages") &&
 		    !gaim_find_conversation(name)) {
 			/*
 			 * We're gonna queue it up and wait for the user to ask for