[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, master, updated. debian/1.9.1-1-15-g120523e

Chow Loong Jin hyperair at ubuntu.com
Sun Feb 20 08:49:23 UTC 2011


The following commit has been merged in the master branch:
commit 8c2d573bd6b35f1124dd4a7989bc2d49fc534dc0
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sun Feb 20 16:47:04 2011 +0800

    Use correct unicode escape in fix-ampache-unicode.patch

diff --git a/debian/patches/fix-ampache-unicode.patch b/debian/patches/fix-ampache-unicode.patch
index fd9f3c4..7dfab95 100644
--- a/debian/patches/fix-ampache-unicode.patch
+++ b/debian/patches/fix-ampache-unicode.patch
@@ -7,7 +7,7 @@ Index: banshee-community-extensions.git/src/Ampache/gtk-gui/Banshee.Ampache.Pref
  			this.entPassword.IsEditable = true;
  			this.entPassword.Visibility = false;
 -			this.entPassword.InvisibleChar = '•';
-+			this.entPassword.InvisibleChar = '\u25CF';
++			this.entPassword.InvisibleChar = '\u2022';
  			this.table1.Add (this.entPassword);
  			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entPassword]));
  			w1.TopAttach = ((uint)(2));
@@ -16,7 +16,7 @@ Index: banshee-community-extensions.git/src/Ampache/gtk-gui/Banshee.Ampache.Pref
  			this.entUrl.Name = "entUrl";
  			this.entUrl.IsEditable = true;
 -			this.entUrl.InvisibleChar = '•';
-+			this.entUrl.InvisibleChar = '\u25CF';
++			this.entUrl.InvisibleChar = '\u2022';
  			this.table1.Add (this.entUrl);
  			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entUrl]));
  			w2.LeftAttach = ((uint)(1));
@@ -25,7 +25,7 @@ Index: banshee-community-extensions.git/src/Ampache/gtk-gui/Banshee.Ampache.Pref
  			this.entUser.Name = "entUser";
  			this.entUser.IsEditable = true;
 -			this.entUser.InvisibleChar = '•';
-+			this.entUser.InvisibleChar = '\u25CF';
++			this.entUser.InvisibleChar = '\u2022';
  			this.table1.Add (this.entUser);
  			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entUser]));
  			w3.TopAttach = ((uint)(1));

-- 
banshee-community-extensions



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