Re: [evolution-patches] Plugin for Adding Disable account popup menu



You need to add the xml file to the po/POTFILES.in file, otherwise its
strings wont be extracted for translation.

Other than than, another style niggle - always put a blank line after
the decelaration section in a new block.

i.e.

{
	int foo = 0;		/* declaration section */
	Object boo;
<- insert blank line here always
	if (foo) {		/* code section */
		boo.do();
	}
}

Various style hints are in the HACKING file.


On Mon, 2005-05-23 at 07:11 -0600, S Shreyas wrote:
> hey,
> 
> Attaching a patch( plugin ) which adds Disable Account pop up menu to a
> store at right click.
> 
> Cheers,
> Shreyas
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches




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