From 177ac00f2014406d0716b4fa94bf92865448cddf Mon Sep 17 00:00:00 2001 From: William Morgan Date: Sat, 2 Feb 2008 20:50:45 -0800 Subject: [PATCH] update index display on label editing. not sure how this got lost... --- lib/sup/modes/thread-index-mode.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 0809d54..b13729d 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -410,6 +410,7 @@ EOS return unless user_labels thread.labels = keepl + user_labels user_labels.each { |l| LabelManager << l } + update_text_for_line curpos UpdateManager.relay self, :labeled, thread.first end -- 2.45.2