Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 84097c40b4b87e352291c042158a2d4e > files > 1

xfce4-panel-4.14.0-1.mga7.src.rpm

From 61be3f1871503d4e5d38c87cbf2f1cee3460e551 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 19 May 2019 11:20:45 +0300
Subject: [PATCH] Add fallback icons for action buttons

---
 plugins/actions/actions.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 474798e..440b54c 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -155,7 +155,7 @@ static ActionEntry action_entries[] =
     N_("Are you sure you want to log out?"),
     N_("Logging out in %d seconds."),
     "system-log-out",
-    NULL
+    "xfsm-logout"
   },
   { ACTION_TYPE_LOGOUT_DIALOG,
     "logout",
@@ -163,7 +163,7 @@ static ActionEntry action_entries[] =
     N_("Log _Out..."),
     NULL, NULL, /* already shows a dialog */
     "system-log-out",
-    NULL
+    "xfsm-logout"
   },
   { ACTION_TYPE_SWITCH_USER,
     "switch-user",
@@ -188,7 +188,7 @@ static ActionEntry action_entries[] =
     N_("Do you want to suspend to disk?"),
     N_("Hibernating computer in %d seconds."),
     "system-hibernate",
-    NULL
+    "xfsm-hibernate"
   },
   { ACTION_TYPE_HYBRID_SLEEP,
     "hybrid-sleep",
@@ -197,7 +197,7 @@ static ActionEntry action_entries[] =
     N_("Do you want to hibernate and suspend the system?"),
     N_("Hibernating and Suspending computer in %d seconds."),
     "system-suspend-hibernate",
-    "system-hibernate"
+    "xfsm-hibernate"
   },
   { ACTION_TYPE_SUSPEND,
     "suspend",
@@ -206,7 +206,7 @@ static ActionEntry action_entries[] =
     N_("Do you want to suspend to RAM?"),
     N_("Suspending computer in %d seconds."),
     "system-suspend",
-    NULL
+    "xfsm-suspend"
   },
   { ACTION_TYPE_RESTART,
     "restart",
@@ -215,7 +215,7 @@ static ActionEntry action_entries[] =
     N_("Are you sure you want to restart?"),
     N_("Restarting computer in %d seconds."),
     "system-reboot",
-    NULL
+    "xfsm-reboot"
   },
   { ACTION_TYPE_SHUTDOWN,
     "shutdown",
@@ -224,7 +224,7 @@ static ActionEntry action_entries[] =
     N_("Are you sure you want to shut down?"),
     N_("Turning off computer in %d seconds."),
     "system-shutdown",
-    NULL
+    "xfsm-shutdown"
   }
 };
 
-- 
2.21.0