summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-11-29 10:38:46 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-11-29 10:38:46 -0800
commita9a7ef99530273d3f99fc1a76c70a27318c7d1b5 (patch)
tree46aa19f74d7e83c5849dab187313bd2987673f73
parentede7b0c3217262d68733e7696e4f41e33d7aaeb0 (diff)
downloadnautilus-a9a7ef99530273d3f99fc1a76c70a27318c7d1b5.tar.gz
progress-ui-handler: remove redundant code
Notifications are already dismissed when activated, so don't do this manually here.
-rw-r--r--src/nautilus-progress-ui-handler.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-progress-ui-handler.c b/src/nautilus-progress-ui-handler.c
index b98029b68..645a0f0f5 100644
--- a/src/nautilus-progress-ui-handler.c
+++ b/src/nautilus-progress-ui-handler.c
@@ -79,9 +79,6 @@ notification_show_details_cb (GSimpleAction *action,
gpointer user_data)
{
NautilusProgressUIHandler *self = user_data;
-
- g_application_withdraw_notification (g_application_get_default (),
- "progress");
gtk_window_present (GTK_WINDOW (self->priv->progress_window));
}