MTP driver: Fix template specified in device not being used

This commit is contained in:
Kovid Goyal 2012-09-18 15:51:09 +05:30
parent 041c6e9b11
commit 683aeb4713

View file

@ -457,7 +457,7 @@ def __init__(s):
@property
def save_template(self):
return self.prefs['send_template']
return self.get_pref('send_template')
# }}}