[pitivi/ges: 253/287] Update the recently used items when saving
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 253/287] Update the recently used items when saving
- Date: Thu, 15 Mar 2012 16:47:07 +0000 (UTC)
commit eb7eb4253076701dd7094d2aad433a90361f0b53
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Thu Feb 9 18:53:14 2012 -0500
Update the recently used items when saving
pitivi/mainwindow.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index cab9701..0c2245d 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -749,6 +749,8 @@ class PitiviMainWindow(gtk.Window, Loggable):
def _projectManagerProjectSavedCb(self, projectManager, project, uri):
self.app.action_log.checkpoint()
self._syncDoUndo(self.app.action_log)
+ if uri:
+ self.recent_manager.add_item(uri)
if project.uri is None:
project.uri = uri
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]