[goobox] respect the autoplay setting even at start up time



commit 3c37ce51d073b0ec159479953b766916a4ad3357
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 15 21:53:48 2009 +0100

    respect the autoplay setting even at start up time

 src/goo-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index 5a6fec3..49eaad1 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -1636,7 +1636,7 @@ player_done_cb (GooPlayer       *player,
 		goo_window_update_cover (window);
 		window_update_title (window);
 		set_current_track_icon (window, NULL);
-		if (AutoPlay || (window->priv->ejected && eel_gconf_get_boolean (PREF_GENERAL_AUTOPLAY, TRUE))) {
+		if (AutoPlay || eel_gconf_get_boolean (PREF_GENERAL_AUTOPLAY, TRUE)) {
 			AutoPlay = FALSE;
 			g_timeout_add (AUTOPLAY_DELAY, autoplay_cb, window);
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]