rhythmbox r5898 - in trunk: . shell



Author: jmatthew
Date: Tue Sep  9 11:45:20 2008
New Revision: 5898
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5898&view=rev

Log:
2008-09-09  Jonathan Matthew  <jonathan d14n org>

	* shell/rb-shell-player.c: (rb_shell_player_sync_with_source):
	Don't provide a window title here if nothing is playing.
	Fixes #546102.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell-player.c

Modified: trunk/shell/rb-shell-player.c
==============================================================================
--- trunk/shell/rb-shell-player.c	(original)
+++ trunk/shell/rb-shell-player.c	Tue Sep  9 11:45:20 2008
@@ -2983,8 +2983,6 @@
 			g_string_append_printf (title_str, " (%s)", stream_name);
 
 		title = g_string_free (title_str, FALSE);
-	} else {
-		title = g_strdup (_("Music Player"));
 	}
 
 	elapsed = rb_player_get_time (player->priv->mmplayer);



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