You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Error calling command:
Traceback (most recent call last):
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 247, in _handle_keypress
self.call_handler.call(ctx, keymap, keypress,
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 269, in call
command(ctx)
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/global.py", line 85, in commands
COMMANDSvalue
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/webbuffer.py", line 586, in print_buffer
ok = dlg.exec() == dlg.Accepted
^^^^^^^^^^^^
AttributeError: 'QPrintDialog' object has no attribute 'Accepted'
The text was updated successfully, but these errors were encountered:
ERROR: Error calling command:
Traceback (most recent call last):
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 247, in _handle_keypress
self.call_handler.call(ctx, keymap, keypress,
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 269, in call
command(ctx)
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/global.py", line 85, in commands
COMMANDSvalue
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/webbuffer.py", line 586, in print_buffer
ok = dlg.exec() == dlg.Accepted
^^^^^^^^^^^^
AttributeError: 'QPrintDialog' object has no attribute 'Accepted'
The text was updated successfully, but these errors were encountered: