public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions/files: banshee-community-extensions-1.5.5-magnatune-build-fix.patch
@ 2010-03-25 22:30 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2010-03-25 22:30 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    10/03/25 22:30:34

  Added:               
                        banshee-community-extensions-1.5.5-magnatune-build-fix.patch
  Log:
  Bump to 1.5.5. Adds CoverWallpaper, LiveRadio, Magnatune, and Telepathy plugins, and some bug fixes.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch?rev=1.1&content-type=text/plain

Index: banshee-community-extensions-1.5.5-magnatune-build-fix.patch
===================================================================
From 039ca32b6787bf06a52e12d51952c4453e1c6bbe Mon Sep 17 00:00:00 2001
From: Gabriel Burt <gabriel.burt@gmail.com>
Date: Thu, 11 Mar 2010 09:07:24 -0800
Subject: [PATCH] [Magnatune] Replace unicode char with \u expansion

---
 .../gtk-gui/Magnatune.Configuration.cs             |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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;
-- 
1.7.0.3







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions/files: banshee-community-extensions-1.5.5-magnatune-build-fix.patch
@ 2011-02-27 14:55 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-27 14:55 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/27 14:55:45

  Removed:             
                        banshee-community-extensions-1.5.5-magnatune-build-fix.patch
  Log:
  Remove old.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-27 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 22:30 [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions/files: banshee-community-extensions-1.5.5-magnatune-build-fix.patch Arun Raghavan (ford_prefect)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-27 14:55 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox