Mon, 06 Feb 2006 07:34:55 +0000
[gaim-migrate @ 15494]
SF Patch #1420607 from Will Thompson (resiak)
This is a one-liner to make the code more readable.
committer: Richard Laager <rlaager@pidgin.im>
| src/gtkblist.c | file | annotate | diff | comparison | revisions |
--- 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) {