summaryrefslogtreecommitdiff
path: root/src/pies
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-26 16:39:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-26 16:39:31 +0200
commitb777e2f5722c3c4042e527787d6ed3c4d4195b64 (patch)
treefe6a9e181afeed94be4413a59bddf2d82d07951c /src/pies
parent897e4c6bee4c75845caa7c2e88850def6d5674f3 (diff)
parent4b19e75939c5b7122d1429f6f258d4b83cd90dde (diff)
New upstream release after gdb error
Diffstat (limited to 'src/pies')
-rw-r--r--src/pies/defaultConfig.vala2
-rw-r--r--src/pies/load.vala2
-rw-r--r--src/pies/pie.vala2
-rw-r--r--src/pies/pieManager.vala4
-rw-r--r--src/pies/save.vala2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/pies/defaultConfig.vala b/src/pies/defaultConfig.vala
index 8763a1d..4041111 100644
--- a/src/pies/defaultConfig.vala
+++ b/src/pies/defaultConfig.vala
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011-2015 by Simon Schneegans
+// Copyright (c) 2011-2016 by Simon Schneegans
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/src/pies/load.vala b/src/pies/load.vala
index 0dfb423..20e18d8 100644
--- a/src/pies/load.vala
+++ b/src/pies/load.vala
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011-2015 by Simon Schneegans
+// Copyright (c) 2011-2016 by Simon Schneegans
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/src/pies/pie.vala b/src/pies/pie.vala
index 1699ada..be17238 100644
--- a/src/pies/pie.vala
+++ b/src/pies/pie.vala
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011-2015 by Simon Schneegans
+// Copyright (c) 2011-2016 by Simon Schneegans
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/src/pies/pieManager.vala b/src/pies/pieManager.vala
index d2cc837..d9bf5b7 100644
--- a/src/pies/pieManager.vala
+++ b/src/pies/pieManager.vala
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011-2015 by Simon Schneegans
+// Copyright (c) 2011-2016 by Simon Schneegans
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ public class PieManager : GLib.Object {
/// Stores all global hotkeys.
/////////////////////////////////////////////////////////////////////
- private static BindingManager bindings;
+ public static BindingManager bindings;
/////////////////////////////////////////////////////////////////////
/// True, if any pie has the current focus. If it is closing this
diff --git a/src/pies/save.vala b/src/pies/save.vala
index efb3fb6..0a2d401 100644
--- a/src/pies/save.vala
+++ b/src/pies/save.vala
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011-2015 by Simon Schneegans
+// Copyright (c) 2011-2016 by Simon Schneegans
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by