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
426 stars 141 forks source link

[GLib] Backwards compatibility with source removal #204

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

Before, the code would check whether the source was registered in the dictionary. Thus, it would return true without invoking the source removal.