[Konsole-devel] [Bug 113953] Solaris keytab name has trailing quote character
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Thu Oct 6 17:14:52 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=113953
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2005-10-06 19:14 -------
SVN commit 467880 by hindenburg:
Fix solaris.keytab space/quote; spelling error.
I don't see the extra " as the screenshot displays.
BUG: 113953
M +1 -1 konsole/keytrans.cpp
M +1 -1 other/solaris.keytab
--- branches/KDE/3.5/kdebase/konsole/konsole/keytrans.cpp #467879:467880
@ -405,7 +405,7 @
ptrdiff_t bits = (ptrdiff_t)(syms->modsyms[res]) - 1;
if (mask & (1 << bits))
{
- fprintf(stderr,"%s(%d,%d): mode name used multible times.\n",path.ascii(),slinno,scolno);
+ fprintf(stderr,"%s(%d,%d): mode name used multiple times.\n",path.ascii(),slinno,scolno);
}
else
{
--- branches/KDE/3.5/kdebase/konsole/other/solaris.keytab #467879:467880
@ -1,7 +1,7 @
# [solaris.keytab] Konsole Keyboard Table
#
-keyboard "Solaris"
+keyboard "Solaris"
# --------------------------------------------------------------
#
More information about the konsole-devel
mailing list