# HG changeset patch # User Rob Flynn # Date 989564076 0 # Node ID 34afd5adaae81e9120ef0b31908d50603960a6a2 # Parent 0695f52c06da9d4deeb94923d86c665cb9a3dff4 [gaim-migrate @ 1845] Fixed a bug in the notify plugin when using Queued away messages. committer: Tailor Script diff -r 0695f52c06da -r 34afd5adaae8 plugins/notify.c --- 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;