Skip to content

Commit

Permalink
Fixed budgie crash for #61
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 8, 2017
1 parent 72be33d commit ec7a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/budgie-plugin-appmenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class GlobalMenuApplet: Applet
{
return false;
}
public GlobalMenuApplet (string uid)
public GlobalMenuApplet (string uuid)
{
Object(uuid: uuid);
var layout = new Appmenu.AppMenuBar();
Expand Down

0 comments on commit ec7a08e

Please sign in to comment.