changeset 1790:d3293e214422 trunk

[svn] - another oops in my oops fix, sorry
author nenolod
date Wed, 04 Oct 2006 18:52:37 -0700
parents 869c0ae9f61b
children 15c92d5aebcd
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2533]
   - implement mainwinOthertextIsStatus property.
--- 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;
     }