Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote_control.py')
-rw-r--r--src/remote_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote_control.py b/src/remote_control.py
index 6fd597c5f..cfaa04f3c 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -271,7 +271,7 @@ class SignalObject(dbus.service.Object):
connected_account, contact = self._get_account_and_contact(account, jid)
if connected_account:
- if file_path[:7] == 'file://':
+ if file_path.startswith('file://'):
file_path=file_path[7:]
if os.path.isfile(file_path): # is it file?
gajim.interface.instances['file_transfers'].send_file(