# HG changeset patch # User Richard Laager # Date 1139211295 0 # Node ID ba82cc4d1abd684343d872a57ce59d2c1dfb2c4b # Parent 47ecef83e2e10dce7253319f6b21371e17ae197e [gaim-migrate @ 15494] SF Patch #1420607 from Will Thompson (resiak) This is a one-liner to make the code more readable. committer: Tailor Script diff -r 47ecef83e2e1 -r ba82cc4d1abd src/gtkblist.c --- a/src/gtkblist.c Mon Feb 06 05:43:09 2006 +0000 +++ b/src/gtkblist.c Mon Feb 06 07:34:55 2006 +0000 @@ -5519,7 +5519,7 @@ if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Add\\/Edit"))) gtk_container_remove(GTK_CONTAINER(accountmenu), - GTK_WIDGET(l->data)); + menuitem); } for (accounts = gaim_accounts_get_all(); accounts; accounts = accounts->next) {