public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Mo DeJong <supermo@bayarea.net>
To: sourcenav <sourcenav@sources.redhat.com>
Subject: Patch to fix encoding error.
Date: Thu, 21 Feb 2002 14:01:00 -0000	[thread overview]
Message-ID: <20020221135845.6401b50b.supermo@bayarea.net> (raw)

Here is a really simple patch that fixes the preferences dialog. You can reproduce
the error in the CVS version by opening up the project prefs and clicking on the
project tab.

Since this is a small change I assume it will be covered by the
"Small changes can be accepted without a copyright
assignment form on file" text from the contrib webpage.

cheers
Mo

2002-02-21  Mo DeJong  <supermo@bayarea.net>

	* gui/preferences.tcl (AddProject): Change
	[info encodings] call to [encoding names].
	The info subcommand was a local Tcl modification
	that did not survive the 8.3 upgrade process.

Index: gui/preferences.tcl
===================================================================
RCS file: /cvs/sourcenav/src/snavigator/gui/preferences.tcl,v
retrieving revision 1.1.1.1
diff -u -0 -r1.1.1.1 preferences.tcl
--- preferences.tcl	2001/09/25 22:51:10	1.1.1.1
+++ preferences.tcl	2002/02/21 21:56:05
@@ -354 +354 @@
-          -contents [info encodings] -entryvariable sn_options(opt_def,encoding)
+          -contents [encoding names] -entryvariable sn_options(opt_def,encoding)

                 reply	other threads:[~2002-02-21 21:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020221135845.6401b50b.supermo@bayarea.net \
    --to=supermo@bayarea.net \
    --cc=sourcenav@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).