[Banshee-List] [PATCH] - Display "Artist-Title" in Titblebar
- From: Santiago Martinez <smvarela gmail com>
- To: banshee-list gnome org
- Subject: [Banshee-List] [PATCH] - Display "Artist-Title" in Titblebar
- Date: Tue, 31 Jan 2006 00:09:06 +0100
Hello, i made a small patch that displays "Artist - Title" in the titlebar
instead of "Banshee".
This is a feature request that i found in
http://banshee-project.org/FeatureRequest , but wasn't implemented in
0.10.4 nor CVS version.
Bye,
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/banshee/ChangeLog,v
retrieving revision 1.329
diff -u -r1.329 ChangeLog
--- ChangeLog 30 Jan 2006 19:37:07 -0000 1.329
+++ ChangeLog 30 Jan 2006 22:35:48 -0000
@@ -1,3 +1,7 @@
+2006-01-30 Santiago Martinez <smvarela gmail com>
+
+ * src/PlayerInterface.cs: Show "Artist - Title" in the titlebar
+
2006-01-30 Aaron Bockover <aaron aaronbock net>
* autogen.sh: Require automake 1.9
Index: src/PlayerInterface.cs
===================================================================
RCS file: /cvs/gnome/banshee/src/PlayerInterface.cs,v
retrieving revision 1.138
diff -u -r1.138 PlayerInterface.cs
--- src/PlayerInterface.cs 30 Jan 2006 17:50:35 -0000 1.138
+++ src/PlayerInterface.cs 30 Jan 2006 22:35:51 -0000
@@ -687,7 +687,7 @@
trackInfoHeader.Title = ti.DisplayTitle;
trackInfoHeader.Album = ti.DisplayAlbum;
- WindowPlayer.Title = ti.DisplayTitle + " - " + Catalog.GetString("Banshee");
+ WindowPlayer.Title = ti.DisplayArtist + " - " + ti.DisplayTitle;
try {
trackInfoHeader.Cover.FileName = ti.CoverArtFileName;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]