GNOME Bugzilla – Bug 318705
bug in libnm_glib_unregister_callback
Last modified: 2005-10-18 17:33:10 UTC
When using it with the valid callback ID returned from libnm_glib_register_callback, I get this: ** (epiphany:20397): CRITICAL **: libnm_glib_unregister_callback: assertion `id < 0' failed
Created attachment 53379 [details] [review] fix
Hmm I guess it should check for ">= 0" not just "> 0", since the first ID returned is 0.
This is fixed in NM 0.5.