Ticket #1356: sugar-1356.patch

File sugar-1356.patch, 880 bytes (added by alsroot, 15 years ago)
  • terminal.py

    From eeb914bc07ecd296476ee0ed5ff12a8dec7e11d9 Mon Sep 17 00:00:00 2001
    From: Aleksey Lim <alsroot@member.fsf.org>
    Date: Tue, 15 Sep 2009 09:47:34 +0000
    Subject: Typo in accelerator name #1356
    
    ---
     terminal.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/terminal.py b/terminal.py
    index 1fe5df1..356f6b7 100644
    a b class TerminalActivity(activity.Activity): 
    138138        view_toolbar = gtk.Toolbar()
    139139        fullscreen_button = ToolButton('view-fullscreen')
    140140        fullscreen_button.set_tooltip(_("Fullscreen"))
    141         fullscreen_button.props.accelerator = '<Alt>Enter'
     141        fullscreen_button.props.accelerator = '<Alt>Return'
    142142        fullscreen_button.connect('clicked', self.__fullscreen_cb)
    143143        view_toolbar.insert(fullscreen_button, -1)
    144144        fullscreen_button.show()