summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-14 12:13:00 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-14 19:23:39 +0100
commit1ddf8d194a929fad5a13a4b763badab24ac485c0 (patch)
tree6cf2c845e4241c081472db711f1d32964bcfbca0
parent0f653564ff413e22a50caef72d8c7e2e070dda44 (diff)
downloadnautilus-1ddf8d194a929fad5a13a4b763badab24ac485c0.tar.gz
toolbar: remove obsolete comment
-rw-r--r--src/nautilus-toolbar.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 499c83b0a..5eca5d9b0 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);