mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-24 17:22:10 +01:00
[PR #4] Fixed gtk_init error handling #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/php-gtk-src/pull/4
State: closed
Merged: No
Replaced gtk_init with gtk_init_with_args so we can use the actual gtk error instead of a rather useless hardcoded message. Also fixed some whitespace for consistency.