Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kainaat Singh
gnome-todo
Commits
6346d7bc
Commit
6346d7bc
authored
Feb 17, 2018
by
Kainaat Singh
Browse files
Hide lists in todo.txt file from other applications
parent
cf36ed87
Pipeline
#4511
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/todo-txt/gtd-provider-todo-txt.c
View file @
6346d7bc
...
...
@@ -147,7 +147,7 @@ update_source (GtdProviderTodoTxt *self)
color
=
gtd_task_list_get_color
(
list
);
color_str
=
gdk_rgba_to_string
(
color
);
g_string_append_printf
(
contents
,
"@%s color:%s
\n
"
,
g_string_append_printf
(
contents
,
"
h:1
@%s color:%s
\n
"
,
gtd_task_list_get_name
(
list
),
color_str
);
...
...
Write
Preview
Supports
Markdown
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