Skip to content

Commit

Permalink
fix: #24
Browse files Browse the repository at this point in the history
  • Loading branch information
linvinus committed May 13, 2015
1 parent 65763e9 commit b277d17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions altyo_settings.vala
Expand Up @@ -1433,8 +1433,7 @@ public class AYSettings : AYTab{

AccelMap am2=Gtk.AccelMap.get();
var p2 = new point_ActionGroup_store(this.ayobject.action_group,this.keybindings_store,this);

am2.foreach(p2,(pvoid,accel_path,accel_key,accel_mods,ref changed)=>{
am2.foreach(p2,(pvoid,accel_path,accel_key,accel_mods,changed)=>{
unowned Gtk.ListStore p_store=(Gtk.ListStore)((point_ActionGroup_store)pvoid).store;
unowned Gtk.ActionGroup ag=(Gtk.ActionGroup)((point_ActionGroup_store)pvoid).action_group;
unowned AYSettings yasettings=(AYSettings)((point_ActionGroup_store)pvoid).yasettings;
Expand Down

0 comments on commit b277d17

Please sign in to comment.