← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 649: Enable the Add Files dialog to access network file shares that have been bookmarked in Nautilus.

 

------------------------------------------------------------
revno: 649
fixes bug: https://launchpad.net/bugs/977591
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2012-04-10 21:12:04 +0100
message:
  Enable the Add Files dialog to access network file shares that have been bookmarked in Nautilus.
modified:
  openshot/windows/AddFiles.py


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/AddFiles.py'
--- openshot/windows/AddFiles.py	2011-08-11 19:33:49 +0000
+++ openshot/windows/AddFiles.py	2012-04-10 20:12:04 +0000
@@ -37,6 +37,7 @@
 
 		self.frmAddFiles.set_action(gtk.FILE_CHOOSER_ACTION_OPEN)
 		self.frmAddFiles.set_select_multiple(True)
+		self.frmAddFiles.set_local_only(False)
 		
 		self.form = form
 		self.project = project