[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/quantal, updated. debian/2.4.1-3ubuntu1-19-g74b14d5
Chow Loong Jin
hyperair at debian.org
Sun Sep 30 18:18:12 UTC 2012
The following commit has been merged in the ubuntu/quantal branch:
commit 77c7309db592691c65739552b308ad506c14212a
Author: Chow Loong Jin <hyperair at debian.org>
Date: Sun Sep 23 16:41:15 2012 +0800
Drop Workaruond-for-set_Height-Exceptions.patch
Applied upstream
diff --git a/debian/patches/Workaround-for-set_Height-exceptions.patch b/debian/patches/Workaround-for-set_Height-exceptions.patch
deleted file mode 100644
index 7ae8098..0000000
--- a/debian/patches/Workaround-for-set_Height-exceptions.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: =?UTF-8?q?"Andr=C3=A9s=20G.=20Aragoneses"?= <knocte at gmail.com>
-Date: Sat, 24 Mar 2012 05:33:26 +0800
-Subject: Workaround for set_Height exceptions
-
-Reviewed-By: Chow Loong Jin <hyperair at ubuntu.com>
-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=624976
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/873787
----
- src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Rect.cs | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Rect.cs b/src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Rect.cs
-index 3dc568b..a03032f 100644
---- a/src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Rect.cs
-+++ b/src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Rect.cs
-@@ -81,7 +81,8 @@ namespace Hyena.Gui.Canvas
- get { return w; }
- set {
- if (value < 0) {
-- throw new ArgumentException ();
-+ Log.Warning (String.Format ("Tried to set an invalid width of {0} {1}", value, System.Environment.StackTrace));
-+ value = 0;
- }
-
- w = value;
-@@ -92,7 +93,8 @@ namespace Hyena.Gui.Canvas
- get { return h; }
- set {
- if (value < 0) {
-- throw new ArgumentException ();
-+ Log.Warning (String.Format ("Tried to set an invalid height of {0}: {1}", value, System.Environment.StackTrace));
-+ value = 0;
- }
-
- h = value;
---
diff --git a/debian/patches/series b/debian/patches/series
index 0d9dd68..4a13eac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,4 +11,3 @@ Add-dllmaps-for-Banshee.NowPlaying.X11.dll.patch
Disable-Notification-area-extension-by-default.patch
Enable-sound-menu-extension-by-default.patch
Change-Amazon-redirect-url.patch
-Workaround-for-set_Height-exceptions.patch
--
banshee
More information about the Pkg-cli-apps-commits
mailing list