After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132582 - [UI-REVIEW] Use dash in window title to separate mode
[UI-REVIEW] Use dash in window title to separate mode
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: High minor
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks: 132568
 
 
Reported: 2004-01-26 18:13 UTC by Lars Weber
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the mode in the window title be separated by a dash character (1.21 KB, patch)
2004-01-26 18:16 UTC, Lars Weber
none Details | Review

Description Lars Weber 2004-01-26 18:13:14 UTC
As I said earlier on IRC here is a patch that makes the calculator mode in
the window title be separated by a dash instead of it beeing enclosed in
square brackets.

The only change I made is to use the format string "%s- %s" instead of "%s
[%s]" at the two places that I found where the window title is changed (I
tried to make sure that these are all the places that exist).  I didn't
insert any space between the %s and the dash because the value of
v->tool_label that's used to replace that %s seems to always already
contain a space as the last character.
Comment 1 Lars Weber 2004-01-26 18:16:23 UTC
Created attachment 23775 [details] [review]
Make the mode in the window title be separated by a dash character
Comment 2 Rich Burridge 2004-01-26 19:00:08 UTC
Thanks! Changes checked into CVS HEAD.
Fixed in v4.3.42 of gcalctool.