[gnome-klotski] Remove redundant scoping
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-klotski] Remove redundant scoping
- Date: Mon, 15 Feb 2016 02:30:41 +0000 (UTC)
commit 5189b6759fe11f0bed7e5deb600c257c97e81692
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Feb 14 20:30:07 2016 -0600
Remove redundant scoping
src/klotski-window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/klotski-window.vala b/src/klotski-window.vala
index ebfc514..794281a 100644
--- a/src/klotski-window.vala
+++ b/src/klotski-window.vala
@@ -825,7 +825,7 @@ public class KlotskiWindow : ApplicationWindow
{
scores_context.add_score.end (result);
}
- catch (GLib.Error e)
+ catch (Error e)
{
warning ("Failed to add score: %s", e.message);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]