mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-24 01:02:08 +01:00
[PR #4] [CLOSED] Fixed gtk_init error handling #5
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?
📋 Pull Request Information
Original PR: https://github.com/php/php-gtk-src/pull/4
Author: @pocketpc
Created: 6/20/2014
Status: ❌ Closed
Base:
master← Head:fix📝 Commits (3)
00ec02fFixed gtk_init error handlerd485e67Merge branch 'master' of https://github.com/php/php-gtk-src into fixf3b50a7Windows fix📊 Changes
1 file changed (+6 additions, -3 deletions)
View changed files
📝
ext/gtk+/php_gtk+.c(+6 -3)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.