[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, experimental, updated. debian/1.9.0-1-11-gab3bbb8

Iain Lane laney at ubuntu.com
Thu Dec 23 19:28:14 UTC 2010


The following commit has been merged in the experimental branch:
commit 614b9ddc8a910d77d6e27cac1d414cd817381719
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Dec 23 16:55:52 2010 +0000

    Refresh fix-ampache-unicode.patch to apply to this release

diff --git a/debian/patches/fix-ampache-unicode.patch b/debian/patches/fix-ampache-unicode.patch
index eac3805..fd9f3c4 100644
--- a/debian/patches/fix-ampache-unicode.patch
+++ b/debian/patches/fix-ampache-unicode.patch
@@ -1,12 +1,12 @@
-Index: banshee-community-extensions/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs
+Index: banshee-community-extensions.git/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs
 ===================================================================
---- banshee-community-extensions.orig/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs	2010-11-12 04:07:19.114044352 +0800
-+++ banshee-community-extensions/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs	2010-11-12 04:07:25.044045818 +0800
+--- banshee-community-extensions.git.orig/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs	2010-12-23 16:01:22.000000000 +0000
++++ banshee-community-extensions.git/src/Ampache/gtk-gui/Banshee.Ampache.PreferenceView.cs	2010-12-23 16:54:08.162029643 +0000
 @@ -47,7 +47,7 @@
  			this.entPassword.Name = "entPassword";
  			this.entPassword.IsEditable = true;
  			this.entPassword.Visibility = false;
--			this.entPassword.InvisibleChar = '●';
+-			this.entPassword.InvisibleChar = '•';
 +			this.entPassword.InvisibleChar = '\u25CF';
  			this.table1.Add (this.entPassword);
  			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entPassword]));
@@ -15,7 +15,7 @@ Index: banshee-community-extensions/src/Ampache/gtk-gui/Banshee.Ampache.Preferen
  			this.entUrl.CanFocus = true;
  			this.entUrl.Name = "entUrl";
  			this.entUrl.IsEditable = true;
--			this.entUrl.InvisibleChar = '●';
+-			this.entUrl.InvisibleChar = '•';
 +			this.entUrl.InvisibleChar = '\u25CF';
  			this.table1.Add (this.entUrl);
  			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entUrl]));
@@ -24,7 +24,7 @@ Index: banshee-community-extensions/src/Ampache/gtk-gui/Banshee.Ampache.Preferen
  			this.entUser.CanFocus = true;
  			this.entUser.Name = "entUser";
  			this.entUser.IsEditable = true;
--			this.entUser.InvisibleChar = '●';
+-			this.entUser.InvisibleChar = '•';
 +			this.entUser.InvisibleChar = '\u25CF';
  			this.table1.Add (this.entUser);
  			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entUser]));

-- 
banshee-community-extensions



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