public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Patch to fix encoding error.
@ 2002-02-21 14:01 Mo DeJong
  0 siblings, 0 replies; only message in thread
From: Mo DeJong @ 2002-02-21 14:01 UTC (permalink / raw)
  To: sourcenav

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-21 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-21 14:01 Patch to fix encoding error Mo DeJong

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).