[pitivi] mainwindow: Make it possible to save project when an asset moved



commit 2cb9298c12ddb14ba2dd9e1c89fdc285ef4d4c72
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Sat Sep 28 17:56:39 2013 +0200

    mainwindow: Make it possible to save project when an asset moved

 pitivi/mainwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 47275a2..523f44b 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -1010,6 +1010,7 @@ class PitiviMainWindow(Gtk.Window, Loggable):
 
     def _projectManagerMissingUriCb(self, u_project_manager, u_project,
             error, asset):
+        self._missingUriOnLoading = True
         uri = asset.get_id()
         new_uri = None
         dialog = Gtk.Dialog(_("Locate missing file..."),


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