[rhythmbox] bug 579262: stop playback properly when missing plugin install fails



commit db788b5b943d94effb29155af73a479d81902946
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Apr 17 23:53:49 2009 +1000

    bug 579262: stop playback properly when missing plugin install fails
---
 shell/rb-shell-player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/rb-shell-player.c b/shell/rb-shell-player.c
index ad3f3ca..f931e2a 100644
--- a/shell/rb-shell-player.c
+++ b/shell/rb-shell-player.c
@@ -3669,7 +3669,7 @@ missing_plugins_retry_cb (gpointer inst,
 	if (retry == FALSE) {
 		/* next?  or stop playback? */
 		rb_debug ("not retrying playback; stopping player");
-		rb_player_close (retry_data->player->priv->mmplayer, NULL, NULL);
+		rb_shell_player_stop (retry_data->player);
 		return;
 	}
 



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