summaryrefslogtreecommitdiff
path: root/mate-panel/applet.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-20 14:56:13 +0200
committerraveit65 <[email protected]>2020-07-05 21:10:53 +0200
commit34c561894bfedab242876fea249ab8596a61e8a4 (patch)
treeb7bc1bbca8ffeb4f36728426a82d97ec2feb3910 /mate-panel/applet.c
parent75958f67ce255167ce09d8054efe25823c55cafd (diff)
downloadmate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.bz2
mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.xz
Avoid using single-line cpp comments
Diffstat (limited to 'mate-panel/applet.c')
-rw-r--r--mate-panel/applet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index b217932a..5df797be 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -1142,9 +1142,9 @@ mate_panel_applet_save_position (AppletInfo *applet_info,
g_settings_set_boolean (applet_info->settings, PANEL_OBJECT_LOCKED_KEY, locked);
if (locked) {
- // Until position calculations are refactored to fix the issue of the panel applets
- // getting reordered on resolution changes...
- // .. don't save position/right-stick on locked applets
+ /* Until position calculations are refactored to fix the issue of the panel applets
+ getting reordered on resolution changes...
+ .. don't save position/right-stick on locked applets */
return;
}