[pitivi] Clearer debug statements for the missing files dialog



commit d5606cfe17b9d8b83ef892fe944ac993e6aee6d6
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sun Nov 28 14:48:43 2010 -0500

    Clearer debug statements for the missing files dialog

 pitivi/ui/mainwindow.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 1225d77..0e3ebcf 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -969,13 +969,13 @@ class PitiviMainWindow(gtk.Window, Loggable):
         response = dialog.run()
 
         if response == gtk.RESPONSE_OK:
-            self.log("User chose a URI to save project to")
+            self.log("User chose a new URI for the missing file")
             new = chooser.get_uri()
             if new:
                 formatter.addMapping(uri, unquote(new))
                 self._missingUriOnLoading = True
         else:
-            self.log("User didn't choose a URI to save project to")
+            self.log("User didn't choose a URI for the missing file")
             # FIXME: not calling addMapping doesn't keep the formatter from
             # re-emitting the same signal. How do we get out of this
             # situation?



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