[banshee] hyena: Update to HEAD, fixing last deprecation warnings
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] hyena: Update to HEAD, fixing last deprecation warnings
- Date: Wed, 6 Aug 2014 19:03:28 +0000 (UTC)
commit 4eeebb97c4e02cb8158d49bf6f4de3406f2c37ea
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Wed Aug 6 21:02:12 2014 +0200
hyena: Update to HEAD, fixing last deprecation warnings
Update hyena submodule to HEAD (which fixes deprecation warnings),
and fix one last appearance of Hyena.Log.Exception().
.../Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs | 2 +-
src/Hyena | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
index c75712b..3b28602 100644
--- a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
+++ b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
@@ -79,7 +79,7 @@ namespace Banshee.Dap.Mtp
try {
devices = MtpDevice.Detect ();
} catch (TypeInitializationException e) {
- Log.Exception (e);
+ Log.Error (e); // even if this is not a generic-catch block, e.InnerException should
probably be checked here
Log.Error (
Catalog.GetString ("Error Initializing MTP Device Support"),
Catalog.GetString ("There was an error initializing MTP device support."), true
diff --git a/src/Hyena b/src/Hyena
index 0c17305..d7e10dd 160000
--- a/src/Hyena
+++ b/src/Hyena
@@ -1 +1 @@
-Subproject commit 0c17305e2bd98f6cd6408ee011661e3e41f3c8ea
+Subproject commit d7e10dd1778e53e33c44888cab5a5e4ea8d2c4eb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]