On 12 May 2001 12:49:31 -0400, Wayne Davis wrote: > Hi, > > I want to fix bug 2765, but am not sure of the best way to fix this (to > make sure it gets committed). > > Bug: about box is not displayed from Help...About in the compose window. > > command_about_box is implmented in shell/e-shell-view-menu.c and that > needs to be called from mail/e-msg-composer.c > > Should I move command_about_box to a new c file for utility type gui > functions? Or...? Well the composer is a different beast. But if you wanted to do it right you'd have to ask the component its about info (god, how dumbly complex). I guess a common file could work, into e-util or something common between those components. _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mailman/listinfo/evolution-hackers
