fix 0 issue fix #136
This commit is contained in:
parent
88f318cde9
commit
5a4f114083
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace Webpin {
|
|||
|
||||
var action_quit = new SimpleAction ("quit", null);
|
||||
add_action (action_quit);
|
||||
string[] accel_quit = {"<Control>q", "0"};
|
||||
string[] accel_quit = {"<Control>q"};
|
||||
set_accels_for_action ("app.quit", accel_quit);
|
||||
action_quit.activate.connect (
|
||||
() => {
|
||||
|
|
Loading…
Reference in a new issue