# HG changeset patch # User nenolod # Date 1160013157 25200 # Node ID d3293e214422c4f7b4429c85674653942919e47f # Parent 869c0ae9f61ba103d3aab8e8d5352d73ffe8085f [svn] - another oops in my oops fix, sorry diff -r 869c0ae9f61b -r d3293e214422 ChangeLog --- a/ChangeLog Wed Oct 04 18:51:58 2006 -0700 +++ b/ChangeLog Wed Oct 04 18:52:37 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 01:51:58 +0000 William Pitcock + revision [2535] + - i made an oops + + trunk/audacious/mainwin.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + + 2006-10-05 01:48:49 +0000 William Pitcock revision [2533] - implement mainwinOthertextIsStatus property. diff -r 869c0ae9f61b -r d3293e214422 audacious/mainwin.c --- a/audacious/mainwin.c Wed Oct 04 18:51:58 2006 -0700 +++ b/audacious/mainwin.c Wed Oct 04 18:52:37 2006 -0700 @@ -798,7 +798,7 @@ if (mainwin_tb_old_text != NULL) { textbox_set_text(bmp_active_skin->properties.mainwin_othertext_is_status ? - mainwin_othertext : mainwin_info, text); + mainwin_othertext : mainwin_info, mainwin_tb_old_text); g_free(mainwin_tb_old_text); mainwin_tb_old_text = NULL; }