[geary/wip/714922-multiple-addresses] Fix comment



commit 4d13f036e36c5c089592c7c7f84f1cea359df442
Author: Charles Lindsay <chaz yorba org>
Date:   Fri Mar 21 16:20:41 2014 -0700

    Fix comment
    
    Turns out we don't need to check for how many accounts.  It's actually
    tied to from_multiple being available or not, because if it's

 src/client/composer/composer-window.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/client/composer/composer-window.vala b/src/client/composer/composer-window.vala
index 152540c..853055c 100644
--- a/src/client/composer/composer-window.vala
+++ b/src/client/composer/composer-window.vala
@@ -469,9 +469,8 @@ public class ComposerWindow : Gtk.Window {
         chain.append(button_area);
         box.set_focus_chain(chain);
         
-        // If there's only one account, open the drafts folder.  If there's more than one account,
+        // If there's only one From option, open the drafts folder.  If there's more than one,
         // the drafts folder will be opened by on_from_changed().
-        // TODO: determine if there's only one account, not just if the combo box is visible
         if (!from_multiple.visible)
             open_drafts_folder_async.begin(cancellable_drafts);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]