mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-17 15:45:56 -05:00
Fix error dialog no longer closing on keypress
This commit is contained in:
parent
b557c4df6e
commit
bb6ae77ba5
1 changed files with 1 additions and 1 deletions
|
@ -1730,8 +1730,8 @@ void error_dialog ( const char *msg, int markup )
|
|||
state->quit = TRUE;
|
||||
}
|
||||
}
|
||||
release_keyboard ( display );
|
||||
menu_state_free ( state );
|
||||
release_keyboard ( display );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue