Re: [Evolution-hackers] evo CVS HEAD Expunge dialog



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):

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: ross burtonini com
                                          jabber: ross burtonini com
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]