Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kaidan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Robert Maerkisch
kaidan
Commits
39e6c9db
Verified
Commit
39e6c9db
authored
Jun 15, 2019
by
Melvin Keskin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
d9bee96e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/qml/elements/RosterListItem.qml
src/qml/elements/RosterListItem.qml
+1
-1
No files found.
CMakeLists.txt
View file @
39e6c9db
...
...
@@ -22,7 +22,7 @@ set(ANDROID_VERSION_CODE 3)
# CMake options
option
(
I18N
"Enable i18n support"
FALSE
)
option
(
STATIC_BUILD
"Build Kaidan statically"
)
option
(
UBUNTU_TOUCH
"Building a Ubuntu Touch click (internal use only!)"
FALSE
)
option
(
UBUNTU_TOUCH
"Building a
n
Ubuntu Touch click (internal use only!)"
FALSE
)
option
(
CLICK_ARCH
"Architecture that will be used in the click's manifest"
)
option
(
CLICK_DATE
"Date used in the version number in the click's manifest"
)
option
(
QUICK_COMPILER
"Use QtQuick compiler to improve performance"
FALSE
)
...
...
src/qml/elements/RosterListItem.qml
View file @
39e6c9db
...
...
@@ -142,7 +142,7 @@ Kirigami.SwipeListItem {
}
/**
* Returns the color beloning to the given presence status type
* Returns the color belon
g
ing to the given presence status type
*/
function
presenceTypeToColor
(
type
)
{
return
type
===
Enums
.
PresOnline
?
"
green
"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment