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 167124 - Strangely commented-out line in gcalctool
Strangely commented-out line in gcalctool
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2005-02-11 21:22 UTC by Christian Rose
Modified: 2005-02-18 19:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Rose 2005-02-11 21:22:40 UTC
From syntax_translation.c:

  { /* Bitwise NOT */                            N_("not")   },
  { /* Bitwise OR */                             N_("or")    },
  { /* PI */                                     N_("pi")    },
  { /* Periodic payment *                        N_("pmt")   },
  { /* Present value */                          N_("pv")    },
  { /* A random number */                        N_("rand")  },
  { /* Periodic interest rate */                 N_("rate")  },

The "pmt" line is all commented out due to the missing /. Perhaps it shouldn't
be all commented out?
Comment 1 Rich Burridge 2005-02-11 21:55:11 UTC
Correct. It shouldn't. I reordered all those lines to fix bug #164184
and screwed up. Feel free to fixup, or I'll get to it in an hour or two.

Thanks!
Comment 2 Rich Burridge 2005-02-15 15:29:03 UTC
Weird. I fixed this Friday afternoon, but the bug's still open.
Trying again. Change checked into CVS HEAD. I've bumped the version
number to 5.5.35 in configure.in. I wasn't planning on generating a
new tarball until the next call for tarballs near the end of the
month. Christian, is there anything else you need me to do at this
time?
Comment 3 Christian Rose 2005-02-18 19:46:33 UTC
No, I don't think so. Thanks Rich.