From: William Morgan Date: Sun, 3 Feb 2008 04:50:45 +0000 (-0800) Subject: update index display on label editing. not sure how this got lost... X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=177ac00f2014406d0716b4fa94bf92865448cddf;p=sup update index display on label editing. not sure how this got lost... --- 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