mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
429 stars 140 forks source link

Signal: Check if val is null before updating #114

Closed sundermann closed 10 years ago

sundermann commented 10 years ago

When a Value is null then Update would fail with an NPE. So if val is null then we do not update the value at all.

monoadmin commented 10 years ago

Hello! I'm the build bot for the Mono project. I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done. Contributors can ignore this message.

bl8 commented 10 years ago

whitelist

monoadmin commented 10 years ago

Hello! I'm the build bot for the Mono project. I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done. Contributors can ignore this message.

bl8 commented 10 years ago

Thanks for the patch, I've committed it in git master.