changeset 2284:a4bb113088fb trunk

[svn] - fix "load files" action
author nenolod
date Fri, 05 Jan 2007 17:59:08 -0800
parents 35b8c6307b18
children 1bb48dae5ea1
files ChangeLog audacious/ui_main.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 05 17:31:19 2007 -0800
+++ b/ChangeLog	Fri Jan 05 17:59:08 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-06 01:31:19 +0000  Giacomo Lozito <james@develia.org>
+  revision [3574]
+  - avoid cpu raising when get_info_on_demand and get_info_on_load are both FALSE; and prevent the combo from happening at all
+  trunk/audacious/main.c     |    4 ++++
+  trunk/audacious/playlist.c |    7 +++++++
+  2 files changed, 11 insertions(+)
+
+
 2007-01-05 20:17:04 +0000  Michael Hanselmann <hansmi@forkbomb.ch>
   revision [3572]
   Translate new strings
--- a/audacious/ui_main.c	Fri Jan 05 17:31:19 2007 -0800
+++ b/audacious/ui_main.c	Fri Jan 05 17:59:08 2007 -0800
@@ -3867,7 +3867,7 @@
 void
 action_play_file( void )
 {
-  util_run_filebrowser(NO_PLAY_BUTTON);
+  util_run_filebrowser(PLAY_BUTTON);
 }
 
 void