[pitivi] mainwindow: Make it possible to save project when an asset moved
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] mainwindow: Make it possible to save project when an asset moved
- Date: Thu, 17 Oct 2013 23:28:49 +0000 (UTC)
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]