GNOME Bugzilla – Bug 565856
TagSelectionWidget must provide a protected or public IntPtr ctor
Last modified: 2010-06-19 14:38:04 UTC
Got the following exception: [Debug 11:10:33.861] open uri = file:///home/maxxer/Photos/2008/12/27/27122008270.jpg Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. GLib.MissingIntPtrCtorException: GLib.Object subclass TagSelectionWidget must provide a protected or public IntPtr ctor to support wrapping of native object handles. at GLib.ObjectManager.CreateObject (IntPtr raw) [0x00000] at GLib.Object.GetObject (IntPtr o, Boolean owned_ref) [0x00000] at Gtk.Widget.buttonpressevent_cb (IntPtr widget, IntPtr evnt) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at Gtk.Widget.buttonpressevent_cb(IntPtr widget, IntPtr evnt) at Gtk.Widget.buttonpressevent_cb(IntPtr , IntPtr ) at Gtk.Application.gtk_main() at Gtk.Application.gtk_main() at Gtk.Application.Run() at FSpot.Driver.Main(System.String[] args) in /home/maxxer/work/fspot/install/src/main.cs:line 335
Created attachment 125424 [details] [review] tsw-protected-ctor.patch
Created attachment 125425 [details] [review] tsw-protected-ctor.patch wrong patch...
commit 03c3b57c949dd843b8bd4772c199b7ab9bcf2972 Author: Lorenzo Milesi <maxxer@yetopen.it> Date: Thu Jun 17 12:31:03 2010 +0200 Provide a protected ctor(IntPtr). https://bugzilla.gnome.org/show_bug.cgi?id=565856