Skip to content

Commit

Permalink
Fix typo anc crystal format.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 11, 2024
1 parent 898a6d7 commit 1220db0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.17.0] - 2024-07-11
### Added
- Functions receiving `Gio::AsyncResultCallback` not works, unless the `_finish` functions isn't too complex, see `examples/file_dialog.cr`.
- Functions receiving `Gio::AsyncResultCallback` now works, unless the `_finish` functions isn't too complex, see `examples/file_dialog.cr`.

### Changed
- Using GI-Crystal v0.23.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
Expand Down
1 change: 0 additions & 1 deletion examples/alert_dialog.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ end
app = Gtk::Application.new("hello.example.com", Gio::ApplicationFlags::None)
app.activate_signal.connect(->activate(Gtk::Application))
exit(app.run)

1 change: 0 additions & 1 deletion examples/file_dialog.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ end
app = Gtk::Application.new("hello.example.com", Gio::ApplicationFlags::None)
app.activate_signal.connect(->activate(Gtk::Application))
exit(app.run)

0 comments on commit 1220db0

Please sign in to comment.