[nautilus/gnome-3-18] toolbar: remove obsolete comment



commit 1ddf8d194a929fad5a13a4b763badab24ac485c0
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Dec 14 12:13:00 2015 +0100

    toolbar: remove obsolete comment

 src/nautilus-toolbar.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 499c83b..5eca5d9 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -593,15 +593,6 @@ update_operations (NautilusToolbar *self)
 
         g_list_free (progress_infos);
 
-        /* Either we are already showing the button, so keep showing it until the user
-         * toggle it to hide the operations popover, or, if we want now to show it,
-         * we have to have at least one operation that its total stimated time
-         * is longer than OPERATION_MINIMUM_TIME seconds, or if we failed to get
-         * a correct stimated time and it's around OPERATION_MINIMUM_TIME,
-         * showing the button for just for a moment because now we realized the
-         * estimated time is longer than a OPERATION_MINIMUM_TIME is odd, so show
-         * it only if the remaining time is bigger than again OPERATION_MINIMUM_TIME.
-         */
         if (should_show_progress_button &&
             !gtk_revealer_get_reveal_child (GTK_REVEALER (self->priv->operations_revealer))) {
                 add_operations_button_attention_style (self);


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