changeset 21387:40a863be7168

Re-set URGENT on the buddy list when a new account is added to a pre-existing signed on elsewhere dialog.
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 31 Oct 2007 15:23:07 +0000
parents 86b0dc1f60ae
children 2b5f1b47b1ba
files pidgin/gtkblist.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Wed Oct 31 15:19:21 2007 +0000
+++ b/pidgin/gtkblist.c	Wed Oct 31 15:23:07 2007 +0000
@@ -4658,6 +4658,9 @@
 	gtk_box_pack_start(GTK_BOX(priv->signed_on_elsewhere_minidialog_accounts),
 		account_label, FALSE, FALSE, 0);
 	gtk_widget_show_all(account_label);
+
+	if (!GTK_WIDGET_HAS_FOCUS(gtkblist->window))
+		pidgin_set_urgent(GTK_WINDOW(gtkblist->window), TRUE);
 }
 
 static void