Show size of current inter-VM clipboard in Ctrl-Shift-C notification message

Fix copy/paste error

QubesOS/qubes-issues#2825
This commit is contained in:
itinerarium 2017-05-28 12:12:25 -04:00
parent 9c284ebedb
commit c2a340698e
No known key found for this signature in database
GPG Key ID: EF7D926F3F5ED819

View File

@ -109,6 +109,7 @@ class QubesManagerFileWatcher(ProcessEvent):
" VM's clipboard.</small>")).format(
src_vmname, get_qubes_clipboard_formatted_size()),
msecs=3000)
src_info_file.close()
def process_IN_CREATE(self, event):
if event.name == os.path.basename(qubes_clipboard_info_file):