[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [971] contrib/py/scripts/addons/ text_editor_pasteall.py: bpy.context.manager.clipboard -> bpy.context. window_manager.clipboard

Dalai Felinto dfelinto at gmail.com
Thu Sep 2 07:30:58 CEST 2010


Revision: 971
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=971
Author:   dfelinto
Date:     2010-09-02 07:30:50 +0200 (Thu, 02 Sep 2010)

Log Message:
-----------
bpy.context.manager.clipboard -> bpy.context.window_manager.clipboard

Modified Paths:
--------------
    contrib/py/scripts/addons/text_editor_pasteall.py

Modified: contrib/py/scripts/addons/text_editor_pasteall.py
===================================================================
--- contrib/py/scripts/addons/text_editor_pasteall.py	2010-09-02 04:53:39 UTC (rev 970)
+++ contrib/py/scripts/addons/text_editor_pasteall.py	2010-09-02 05:30:50 UTC (rev 971)
@@ -104,7 +104,7 @@
             self.report('INFO', page)
 
         # store the link in the clipboard
-        bpy.context.manager.clipboard = page
+        bpy.context.window_manager.clipboard = page
 
         if context.scene.use_webbrowser:
             try:




More information about the Bf-extensions-cvs mailing list