* Headers/AppKit/NSSpeechSynthesizer.h: Added _module ivar.

* Source/NSDrawer.m: Don't set the timer since it eats a lot of CPU.
	* Source/NSPasteboard.m: Retain the path since it's autoreleased.
	* Source/NSTextView.m: Set the textview to allow undos by default.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28186 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-04-07 22:52:52 +00:00
parent d93155a768
commit 343999460b
5 changed files with 16 additions and 7 deletions

View file

@ -1980,7 +1980,7 @@ static NSMapTable *mimeMap = NULL;
if (cmd == nil && recursion ==NO)
{
cmd = [NSTask launchPathForTool: @"gpbs"];
cmd = RETAIN([NSTask launchPathForTool: @"gpbs"]);
}
if (recursion == YES || cmd == nil)
{