On Fri, 2004-01-16 at 07:47 +0000, Ross Burton wrote: > On Thu, 2004-01-15 at 01:42, Not Zed wrote: > > isn't this just the problem where a non-window was being passed to > > something expecting a window? it was patched yesterday. > > Ah, I patched Empty Trash but obviously missed that this may be > happening to Expunge. > > [looks] > > Indeed, !Z is correct. Here is a home-made patch as I don't have > connectivity at the moment (oh for subversion and offline diffs):
Well half correct, I thought they were the same patch. Oops. Esp since' expunge' and 'empty trash' are all but (but not actually) identical. > line 538 > -em_utils_expunge_folder ((GtkWidget *) emfb, emfb->view.folder); > +em_utils_expunge_folder (gtk_widget_get_toplevel ((GtkWidget *) emfb), > emfb->view.folder); > > Regards, > Ross > -- > Ross Burton mail: [EMAIL PROTECTED] > jabber: [EMAIL PROTECTED] > www: http://www.burtonini.com./ > PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF > > > _______________________________________________ > evolution-hackers maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution-hackers _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
