CVSROOT: /cvsroot/lilypond
Module name: installers
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/16 11:24:57
Modified files:
macos/LilyPad : ChangeLog LilyPond.py
Log message:
init processLogWindowController field
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/LilyPad/ChangeLog.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/macos/LilyPad/LilyPond.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
Patches:
Index: installers/macos/LilyPad/ChangeLog
diff -u installers/macos/LilyPad/ChangeLog:1.4
installers/macos/LilyPad/ChangeLog:1.5
--- installers/macos/LilyPad/ChangeLog:1.4 Wed Jun 15 12:21:11 2005
+++ installers/macos/LilyPad/ChangeLog Thu Jun 16 11:24:57 2005
@@ -1,3 +1,8 @@
+2005-06-16 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * LilyPond.py (TinyTinyDocument.init): init
+ ProcessLogWindowController to None.
+
2005-06-15 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* LilyPond.py (google_lilypond): new function. Provide context
Index: installers/macos/LilyPad/LilyPond.py
diff -u installers/macos/LilyPad/LilyPond.py:1.6
installers/macos/LilyPad/LilyPond.py:1.7
--- installers/macos/LilyPad/LilyPond.py:1.6 Wed Jun 15 12:21:11 2005
+++ installers/macos/LilyPad/LilyPond.py Thu Jun 16 11:24:57 2005
@@ -1,9 +1,8 @@
"""LilyPond.py -- A minimal Document-based Cocoa application."""
-
from PyObjCTools import NibClassBuilder, AppHelper
from Foundation import NSBundle, NSURL
-from AppKit import NSWorkspace, NSDocumentController
+from AppKit import NSWorkspace, NSDocumentController, NSDocument
NibClassBuilder.extractClasses("TinyTinyDocument")
@@ -63,6 +62,10 @@
# textView
startupPath = None # fallback if instance has no startupPath.
+ def init (self):
+ self = NSDocument.init (self)
+ self.processLogWindowController = None
+ return self
def windowNibName(self):
return "TinyTinyDocument"
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs