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 12:40:58 +0100
commit9646eb7f65f3368d53e07d490fb4748727d15bdb (patch)
treea50171db5b4d8a1b0fdba0cf0058a478df1bfcc4
parent62afa6b76e0c2952bda723a13c79fcbdd57b5d24 (diff)
downloadnautilus-9646eb7f65f3368d53e07d490fb4748727d15bdb.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 b66a6d760..fb3ed540f 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);