[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, master, updated. upstream/1.5.4-23-gc6631f3

Chow Loong Jin hyperair at ubuntu.com
Fri Mar 12 20:07:16 UTC 2010


The following commit has been merged in the master branch:
commit 19ec8164de853a3161f5f18873567552afde64f0
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Mar 13 03:35:39 2010 +0800

    Patch unicode character out of Magnatune

diff --git a/debian/patches/01_magnatune-unicode-ftb.patch b/debian/patches/01_magnatune-unicode-ftb.patch
new file mode 100644
index 0000000..9608f15
--- /dev/null
+++ b/debian/patches/01_magnatune-unicode-ftb.patch
@@ -0,0 +1,28 @@
+commit 039ca32b6787bf06a52e12d51952c4453e1c6bbe
+Author: Gabriel Burt <gabriel.burt at gmail.com>
+Date:   Thu Mar 11 09:07:24 2010 -0800
+
+    [Magnatune] Replace unicode char with \u expansion
+
+diff --git a/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs b/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs
+index ecb54b2..a5bf178 100644
+--- a/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs
++++ b/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs
+@@ -66,7 +66,7 @@ namespace Banshee.Magnatune {
+             this.username.CanFocus = true;
+             this.username.Name = "username";
+             this.username.IsEditable = true;
+-            this.username.InvisibleChar = '●';
++            this.username.InvisibleChar = '\u25cf';
+             this.hbox2.Add(this.username);
+             Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.username]));
+             w3.Position = 1;
+@@ -94,7 +94,7 @@ namespace Banshee.Magnatune {
+             this.password.Name = "password";
+             this.password.IsEditable = true;
+             this.password.Visibility = false;
+-            this.password.InvisibleChar = '●';
++            this.password.InvisibleChar = '\u25cf';
+             this.hbox1.Add(this.password);
+             Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.password]));
+             w6.Position = 1;
diff --git a/debian/patches/series b/debian/patches/series
index 3721306..460b3cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+01_magnatune-unicode-ftb.patch
 99_ignore-quilt.patch

-- 
banshee-community-extensions



More information about the Pkg-cli-apps-commits mailing list