[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-10-12 Thread Steve Kowalik
muine (0.8.5-1ubuntu4) edgy; urgency=low * Fix crashers resulting from bump in Mono version. + Closes Ubuntu #59325. -- David R.S. Robinson [EMAIL PROTECTED] Mon, 9 Oct 2006 21:02:32 -0700 ** Changed in: muine (Ubuntu) Status: Confirmed = Fix Released -- Crashes due to API

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-10-09 Thread Bastanteroma
Will these patches make there way into an update? I don't know how or where to apply them. -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-10-09 Thread Scott Robinson
Note, these bugs are patched upstream already on 2006-09-09. http://cvs.gnome.org/viewcvs/muine/src/SkipToWindow.cs?r1=1.25r2=1.26makepatch=1diff_format=h http://cvs.gnome.org/viewcvs/muine/src/ProgressWindow.cs?r1=1.28r2=1.29makepatch=1diff_format=h -- Crashes due to API change in Glade [edgy]

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-10-09 Thread Scott Robinson
I have a sponsorship request with the patches under bug 64981. Let your support be known. ;-) -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-10-03 Thread Andrew Mitchell
** Bug 63656 has been marked a duplicate of this bug -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-24 Thread Sebastian Heinlein
** Bug 62146 has been marked a duplicate of this bug ** Bug 62147 has been marked a duplicate of this bug -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-22 Thread Pradeep
** Bug 61933 has been marked a duplicate of this bug -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-19 Thread Cyril
I have a similar crash here when importing new folders: Unhandled Exception: Glade.HandlerNotFoundException: The handler for the event Response should take '(System.Object,Gtk.ResponseArgs)', but the signature of the provided handler ('OnWindowResponse') is '(System.Object,System.EventArgs)' at

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-19 Thread Scott Robinson
The attached patch should handle that issue. ** Attachment added: Progress Window response crach patch. http://librarian.launchpad.net/4317606/99_progress_window_response.patch -- Crashes due to API change in Glade [edgy] https://launchpad.net/bugs/59325 -- ubuntu-bugs mailing list

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-18 Thread Scott Robinson
I haven't closely analyzed the remaining source code for similar issues, but this patch solves this particular crash. ** Attachment added: Patch to solve the skip window crash. http://librarian.launchpad.net/4308870/99_skip_window_delete.patch -- Crashes due to API change in Glade [edgy]

[Bug 59325] Re: Crashes due to API change in Glade [edgy]

2006-09-18 Thread Sebastian Dröge
this is no API change in glade but a bugfix in mono. mono had a different behaviour than MS .net before and some applications relied on that. The patch looks alright, Brandon? ** Changed in: muine (Ubuntu) Assignee: (unassigned) = Brandon Hale Status: Unconfirmed = Confirmed --