27 lines
795 B
Diff
27 lines
795 B
Diff
From 0fa4d5baaad75c311dc3d69ebe68ad529e23c7e3 Mon Sep 17 00:00:00 2001
|
|
From: yuanxing <yuanxing@kylinos.com.cn>
|
|
Date: Wed, 27 Jan 2021 14:36:28 +0800
|
|
Subject: [PATCH 7/9] fix(themes):change the first option to kiran in
|
|
mate-notification-properties
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 在mate-notification-properties中修改第一个主题选项为kiran
|
|
---
|
|
src/themes/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am
|
|
index 99df82a..645c3ff 100644
|
|
--- a/src/themes/Makefile.am
|
|
+++ b/src/themes/Makefile.am
|
|
@@ -1,3 +1,3 @@
|
|
-SUBDIRS = coco nodoka slider standard kiran
|
|
+SUBDIRS = kiran coco nodoka slider standard
|
|
|
|
-include $(top_srcdir)/git.mk
|
|
--
|
|
2.27.0
|
|
|