[chirp_devel] [PATCH] [ui] Fix Menu View/Columns after recent changes in editorset

Marco Filippi IZ3GME
Thu May 23 12:56:10 PDT 2013


# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1369338931 -7200
# Node ID 991efe296c883f11fe332f6d37dd8e93f38054bc
# Parent  38b54f6fc62b3e491d3c7f465048de1afff3d843
[ui] Fix Menu View/Columns after recent changes in editorset
Fix Bug #853

diff -r 38b54f6fc62b -r 991efe296c88 chirpui/mainapp.py
--- a/chirpui/mainapp.py	dom mag 19 16:00:32 2013 +0200
+++ b/chirpui/mainapp.py	gio mag 23 21:55:31 2013 +0200
@@ -1165,7 +1165,7 @@
         vbox.pack_start(label)
 
         fields = []
-        memedit = eset.editors["memedit"]
+        memedit = eset.get_current_editor() #.editors["memedit"]
         unsupported = memedit.get_unsupported_columns()
         for colspec in memedit.cols:
             if colspec[0].startswith("_"):



More information about the chirp_devel mailing list