Age | Commit message (Collapse) | Author | Files | Lines |
|
$ scan-build --keep-cc make
terminal-app.c:249:5: warning: Value stored to 'screen_number' is never read
screen_number = n;
^ ~
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=649023
|
|
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
|
|
"maximise" was probably intentional, its used in British English.. However "maximize" is more widely accepted in Other English Speaking Countries. Proposing change since "maximize" is still used in the UK, but "maximise" is rarely used elsewhere.
|
|
|
|
|