Skip to content

Commit

Permalink
examples: Update example_gi.lua for Keybinder-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed May 8, 2011
1 parent e676600 commit 0ee5691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_gi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
-- requires lgi http://gitorious.org/lgi

local lgi = require 'lgi'
local Gtk = lgi.require('Gtk', '2.0')
local Keybinder = lgi.require('Keybinder', '0.0')
local Gtk = lgi.require('Gtk', '3.0')
local Keybinder = lgi.require('Keybinder', '3.0')

local function callback(keystring)
print("In callback for", keystring)
Expand Down

0 comments on commit 0ee5691

Please sign in to comment.