Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KDE GTK Configurator
Commits
62e272df
Verified
Commit
62e272df
authored
Jan 09, 2021
by
Xuetian Weng
Browse files
Remove debug message to avoid polute to stdout.
This would break application like zenity which output to stdout.
parent
bc7e62fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
window-decorations-reload-module/reloader.c
View file @
62e272df
...
...
@@ -55,7 +55,6 @@ void manage_css_provider(GFileMonitor *monitor, GFile *file, GFile *other_file,
void
reload_css_provider
()
{
printf
(
"WINDOW DECORATIONS RELOADED
\n
"
);
if
(
css_provider
!=
NULL
)
{
remove_css_provider
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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