[evolution] M!21 - Use special icon for "Assigned Task" in the menu



commit 8f3e97e02b9d62114c5b776b482903ad4601f604
Author: Дилян Палаузов <git-dpa aegee org>
Date:   Tue Jun 25 08:45:43 2019 +0200

    M!21 - Use special icon for "Assigned Task" in the menu
    
    Closes https://gitlab.gnome.org/GNOME/evolution/merge_requests/21

 src/modules/calendar/e-task-shell-backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/calendar/e-task-shell-backend.c b/src/modules/calendar/e-task-shell-backend.c
index dc4819932a..2cb8585963 100644
--- a/src/modules/calendar/e-task-shell-backend.c
+++ b/src/modules/calendar/e-task-shell-backend.c
@@ -78,7 +78,7 @@ static GtkActionEntry item_entries[] = {
          G_CALLBACK (action_task_new_cb) },
 
        { "task-assigned-new",
-         "stock_task",
+         "stock_task-assigned-to",
          NC_("New", "Assigne_d Task"),
          "<Shift><Control>i",
          N_("Create a new assigned task"),


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