pitivi r1337 - in trunk: . pitivi



Author: edwardrv
Date: Thu Oct 16 14:21:49 2008
New Revision: 1337
URL: http://svn.gnome.org/viewvc/pitivi?rev=1337&view=rev

Log:
	* pitivi/dnd.py:
	* pitivi/instance.py:
	Comments.

Modified:
   trunk/ChangeLog
   trunk/pitivi/dnd.py
   trunk/pitivi/instance.py

Modified: trunk/pitivi/dnd.py
==============================================================================
--- trunk/pitivi/dnd.py	(original)
+++ trunk/pitivi/dnd.py	Thu Oct 16 14:21:49 2008
@@ -23,6 +23,8 @@
 Drag and drop constants
 """
 
+# FIXME : ... this should be moved to pitivi.ui
+
 TYPE_TEXT_PLAIN = 24
 TYPE_URI_LIST = 25
 TYPE_PITIVI_FILESOURCE = 26

Modified: trunk/pitivi/instance.py
==============================================================================
--- trunk/pitivi/instance.py	(original)
+++ trunk/pitivi/instance.py	Thu Oct 16 14:21:49 2008
@@ -28,4 +28,6 @@
 PiTiVi : current instance of pitivi top-level class.
 """
 
+# FIXME : We really need to get rid of this global singleton
+
 PiTiVi = None



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