33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From ce754635ffdfa8469db8214607a61c7bff840d96 Mon Sep 17 00:00:00 2001
|
|
From: yangfeng <yangfeng@kylinsec.com.cn>
|
|
Date: Tue, 16 Jan 2024 09:20:16 +0800
|
|
Subject: [PATCH 5/5] feat(menu): Replace "mate-panel --run-dialog" with
|
|
"kiran-panel --run-dialog"
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 使用“kiran-panel --run-dialog”替换“mate-panel --run-dialog”
|
|
|
|
- Related #24810
|
|
---
|
|
src/menu/menu-applet-window.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/menu/menu-applet-window.cpp b/src/menu/menu-applet-window.cpp
|
|
index f495bb4..fdaea92 100644
|
|
--- a/src/menu/menu-applet-window.cpp
|
|
+++ b/src/menu/menu-applet-window.cpp
|
|
@@ -675,7 +675,7 @@ void MenuAppletWindow::add_sidebar_buttons()
|
|
|
|
launcher_btn = create_launcher_button("kiran-menu-run-symbolic",
|
|
_("Run"),
|
|
- "mate-panel --run-dialog");
|
|
+ "kiran-panel --run-dialog");
|
|
side_box->add(*launcher_btn);
|
|
|
|
launcher_btn = create_launcher_button("kiran-menu-search-files-symbolic",
|
|
--
|
|
2.27.0
|
|
|