Index: head/x11/gnome-pie/files/patch-src_actions_action.vala =================================================================== --- head/x11/gnome-pie/files/patch-src_actions_action.vala (nonexistent) +++ head/x11/gnome-pie/files/patch-src_actions_action.vala (revision 550691) @@ -0,0 +1,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); + } + Property changes on: head/x11/gnome-pie/files/patch-src_actions_action.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property