summaryrefslogtreecommitdiff
blob: 755ddde8cd301f9387485f35a9e58c23df2f50c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
From 5bf9dfe906b50f2455210a29a00ec5494d8e26b7 Mon Sep 17 00:00:00 2001
From: Jack Ostroff <ostroffjh@users.sourceforge.net>
Date: Thu, 30 Aug 2018 19:02:11 -0400
Subject: Correcting symlinks between col- and row-resize and split_v and _h
 cursors

Summary: BUG: 384864

Reviewers: #plasma, apol, cfeck

Reviewed By: cfeck

Subscribers: davidedmundson, rdieter, tfoster, apol, asturmlechner, cfeck, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D8267
---
 cursors/KDE_Classic/cursors/col-resize   | 2 +-
 cursors/KDE_Classic/cursors/row-resize   | 2 +-
 cursors/Oxygen_Black/cursors/col-resize  | 2 +-
 cursors/Oxygen_Black/cursors/row-resize  | 2 +-
 cursors/Oxygen_Blue/cursors/col-resize   | 2 +-
 cursors/Oxygen_Blue/cursors/row-resize   | 2 +-
 cursors/Oxygen_White/cursors/col-resize  | 2 +-
 cursors/Oxygen_White/cursors/row-resize  | 2 +-
 cursors/Oxygen_Yellow/cursors/col-resize | 2 +-
 cursors/Oxygen_Yellow/cursors/row-resize | 2 +-
 cursors/Oxygen_Zion/cursors/col-resize   | 2 +-
 cursors/Oxygen_Zion/cursors/row-resize   | 2 +-
 cursors/src/symlinks/col-resize          | 2 +-
 cursors/src/symlinks/row-resize          | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/cursors/KDE_Classic/cursors/col-resize b/cursors/KDE_Classic/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/KDE_Classic/cursors/col-resize
+++ b/cursors/KDE_Classic/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/KDE_Classic/cursors/row-resize b/cursors/KDE_Classic/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/KDE_Classic/cursors/row-resize
+++ b/cursors/KDE_Classic/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/Oxygen_Black/cursors/col-resize b/cursors/Oxygen_Black/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/Oxygen_Black/cursors/col-resize
+++ b/cursors/Oxygen_Black/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/Oxygen_Black/cursors/row-resize b/cursors/Oxygen_Black/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/Oxygen_Black/cursors/row-resize
+++ b/cursors/Oxygen_Black/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/Oxygen_Blue/cursors/col-resize b/cursors/Oxygen_Blue/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/Oxygen_Blue/cursors/col-resize
+++ b/cursors/Oxygen_Blue/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/Oxygen_Blue/cursors/row-resize b/cursors/Oxygen_Blue/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/Oxygen_Blue/cursors/row-resize
+++ b/cursors/Oxygen_Blue/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/Oxygen_White/cursors/col-resize b/cursors/Oxygen_White/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/Oxygen_White/cursors/col-resize
+++ b/cursors/Oxygen_White/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/Oxygen_White/cursors/row-resize b/cursors/Oxygen_White/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/Oxygen_White/cursors/row-resize
+++ b/cursors/Oxygen_White/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/Oxygen_Yellow/cursors/col-resize b/cursors/Oxygen_Yellow/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/Oxygen_Yellow/cursors/col-resize
+++ b/cursors/Oxygen_Yellow/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/Oxygen_Yellow/cursors/row-resize b/cursors/Oxygen_Yellow/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/Oxygen_Yellow/cursors/row-resize
+++ b/cursors/Oxygen_Yellow/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/Oxygen_Zion/cursors/col-resize b/cursors/Oxygen_Zion/cursors/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/Oxygen_Zion/cursors/col-resize
+++ b/cursors/Oxygen_Zion/cursors/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/Oxygen_Zion/cursors/row-resize b/cursors/Oxygen_Zion/cursors/row-resize
index e3aa748..179b52b 120000
--- a/cursors/Oxygen_Zion/cursors/row-resize
+++ b/cursors/Oxygen_Zion/cursors/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
diff --git a/cursors/src/symlinks/col-resize b/cursors/src/symlinks/col-resize
index 179b52b..e3aa748 120000
--- a/cursors/src/symlinks/col-resize
+++ b/cursors/src/symlinks/col-resize
@@ -1 +1 @@
-split_v
\ No newline at end of file
+split_h
\ No newline at end of file
diff --git a/cursors/src/symlinks/row-resize b/cursors/src/symlinks/row-resize
index e3aa748..179b52b 120000
--- a/cursors/src/symlinks/row-resize
+++ b/cursors/src/symlinks/row-resize
@@ -1 +1 @@
-split_h
\ No newline at end of file
+split_v
\ No newline at end of file
-- 
cgit v0.11.2