remove the Ctrl-F -> send file shortcut in one window mode. Fixes #7831
This commit is contained in:
parent
70e8b130ac
commit
901cbb8814
1 changed files with 4 additions and 0 deletions
|
@ -368,6 +368,10 @@ class MessageWindow(object):
|
||||||
# theme
|
# theme
|
||||||
if not Gtk.Settings.get_default().get_property(
|
if not Gtk.Settings.get_default().get_property(
|
||||||
'gtk-key-theme-name') == 'Emacs':
|
'gtk-key-theme-name') == 'Emacs':
|
||||||
|
if gajim.interface.msg_win_mgr.mode == \
|
||||||
|
gajim.interface.msg_win_mgr.ONE_MSG_WINDOW_ALWAYS_WITH_ROSTER:
|
||||||
|
gajim.interface.roster.tree.grab_focus()
|
||||||
|
return False
|
||||||
control._on_send_file_menuitem_activate(None)
|
control._on_send_file_menuitem_activate(None)
|
||||||
return True
|
return True
|
||||||
elif control.type_id == message_control.TYPE_CHAT and \
|
elif control.type_id == message_control.TYPE_CHAT and \
|
||||||
|
|
Loading…
Add table
Reference in a new issue