comparison plugins/notify.c @ 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 25f121faa75e
children bd9d403fb15b
comparison
equal deleted inserted replaced
1834:0695f52c06da 1835:34afd5adaae8
17 return; 17 return;
18 } 18 }
19 g_free(me); 19 g_free(me);
20 20
21 if (cnv == NULL) 21 if (cnv == NULL)
22 {
23 if (general_options & OPT_GEN_QUEUE_WHEN_AWAY)
24 return;
25
22 cnv = new_conversation(*who); 26 cnv = new_conversation(*who);
27 }
23 28
24 win = (GtkWindow *)cnv->window; 29 win = (GtkWindow *)cnv->window;
25 30
26 g_snprintf(buf, sizeof(buf), "%s", win->title); 31 g_snprintf(buf, sizeof(buf), "%s", win->title);
27 if (!strstr(buf, "(*) ")) { 32 if (!strstr(buf, "(*) ")) {