im.pidgin.cpw.resiak.disconnectreason: 3d34104c329f20bd5369a2c6fb943c7bbef6fc4a

resiak at soc.pidgin.im resiak at soc.pidgin.im
Wed Oct 31 11:40:44 EDT 2007


-----------------------------------------------------------------
Revision: 3d34104c329f20bd5369a2c6fb943c7bbef6fc4a
Ancestor: 5fc66358cde858aca7728721cb177c53739f524b
Author: resiak at soc.pidgin.im
Date: 2007-10-31T15:23:07
Branch: im.pidgin.cpw.resiak.disconnectreason

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Re-set URGENT on the buddy list when a new account is added to a pre-existing
signed on elsewhere dialog.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	2cb6c8965df6f080b59abd936619edecfd138884
+++ pidgin/gtkblist.c	5193fdd61a40c4eb5d2b955ef3e2df48fa2038ab
@@ -4658,6 +4658,9 @@ add_to_signed_on_elsewhere(PurpleAccount
 	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


More information about the Commits mailing list