[nautilus] progress-ui-handler: set a default notification action
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] progress-ui-handler: set a default notification action
- Date: Sat, 29 Nov 2014 19:11:31 +0000 (UTC)
commit 80496b1a70c2209c3e03a43ba7351f925f492b04
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Nov 29 11:07:19 2014 -0800
progress-ui-handler: set a default notification action
src/nautilus-progress-ui-handler.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-progress-ui-handler.c b/src/nautilus-progress-ui-handler.c
index 52af62a..3a5ecc0 100644
--- a/src/nautilus-progress-ui-handler.c
+++ b/src/nautilus-progress-ui-handler.c
@@ -102,6 +102,7 @@ progress_ui_handler_update_notification (NautilusProgressUIHandler *self)
gchar *body;
notification = g_notification_new (_("File Operations"));
+ g_notification_set_default_action (notification, "app.show-file-transfers");
g_notification_add_button (notification, _("Show Details"),
"app.show-file-transfers");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]