[chirp_devel] [PATCH] [ui] Fix Menu View/Columns after recent changes in editorset
23 May
2013
23 May
'13
12:56 p.m.
# HG changeset patch # User Marco Filippi iz3gme.marco@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("_"):
4239
Age (days ago)
4239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marco Filippi IZ3GME