summaryrefslogtreecommitdiff
path: root/x11/gnome-pie/files/patch-src_actions_action.vala
blob: 710cc1200c1a3a5fd2b8afe4308cccb395b63caf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/actions/action.vala.orig	2015-01-23 11:49:05 UTC
+++ src/actions/action.vala
@@ -63,7 +63,7 @@ public abstract class Action : GLib.Object {
     /// C'tor, initializes all members.
     /////////////////////////////////////////////////////////////////////
 
-    public Action(string name, string icon, bool is_quickaction) {
+    Action(string name, string icon, bool is_quickaction) {
         GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction);
     }