changeset 1835:34afd5adaae8

[gaim-migrate @ 1845] Fixed a bug in the notify plugin when using Queued away messages. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 11 May 2001 06:54:36 +0000
parents 0695f52c06da
children 703a567ec4bf
files plugins/notify.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/notify.c	Thu May 10 23:06:16 2001 +0000
+++ b/plugins/notify.c	Fri May 11 06:54:36 2001 +0000
@@ -19,7 +19,12 @@
 	g_free(me);
 
 	if (cnv == NULL)
+	{
+		if (general_options & OPT_GEN_QUEUE_WHEN_AWAY)
+			return;
+
 		cnv = new_conversation(*who);
+	}
 
 	win = (GtkWindow *)cnv->window;