changeset 1796:478aac0762cc trunk

[svn] - default visibility hints
author nenolod
date Wed, 04 Oct 2006 20:00:44 -0700
parents c9032deca2fd
children 1c0856eceaaa
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 04 19:53:37 2006 -0700
+++ b/ChangeLog	Wed Oct 04 20:00:44 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-05 02:53:37 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2547]
+  - silently ignore text updates if we're not visible (bugfix)
+  
+  trunk/audacious/widgets/textbox.c |    1 +
+  1 file changed, 1 insertion(+)
+
+
 2006-10-05 02:47:24 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2545]
   - this should be a continue not a return (oops)
--- a/audacious/widgets/skin.c	Wed Oct 04 19:53:37 2006 -0700
+++ b/audacious/widgets/skin.c	Wed Oct 04 20:00:44 2006 -0700
@@ -539,6 +539,9 @@
     skin->properties.mainwin_text_width = 153;
 
     skin->properties.mainwin_menurow_visible = TRUE;
+    skin->properties.mainwin_vis_visible = TRUE;
+    skin->properties.mainwin_text_visible = TRUE;
+    skin->properties.mainwin_othertext_visible = TRUE;
 
     filename = find_file_recursively(path_p, "skin.hints");