[pitivi: 7/19] Reword fixme comment about a gtk bug



commit 89f6fe5ca875af77786a3fe1d0e85162366cbba7
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Nov 16 11:27:04 2010 +0000

    Reword fixme comment about a gtk bug

 pitivi/ui/startupwizard.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index 8a32b94..f6d5847 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -29,7 +29,8 @@ class StartUpWizard:
         self.builder.connect_signals(self)
 
         chooser = self.builder.get_object("recentchooser2")
-        #FIXME useless combobox
+        # FIXME: gtk creates a combo box with only one item, but there is no
+        # simple way to hide it.
         filtre = gtk.RecentFilter()
         filtre.set_name("Projects")
         filtre.add_pattern("*.xptv")



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