# HG changeset patch # User Will Thompson # Date 1193844187 0 # Node ID 40a863be7168e4ad542bf5049614eef863fa9aee # Parent 86b0dc1f60aeea5a404791613c5a98b24aacdab7 Re-set URGENT on the buddy list when a new account is added to a pre-existing signed on elsewhere dialog. diff -r 86b0dc1f60ae -r 40a863be7168 pidgin/gtkblist.c --- 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