diff options
author | rbuj <[email protected]> | 2020-06-20 14:56:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-05 21:10:53 +0200 |
commit | 34c561894bfedab242876fea249ab8596a61e8a4 (patch) | |
tree | b7bc1bbca8ffeb4f36728426a82d97ec2feb3910 /applets/notification_area/system-tray/na-tray-manager.c | |
parent | 75958f67ce255167ce09d8054efe25823c55cafd (diff) | |
download | mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.bz2 mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.xz |
Avoid using single-line cpp comments
Diffstat (limited to 'applets/notification_area/system-tray/na-tray-manager.c')
-rw-r--r-- | applets/notification_area/system-tray/na-tray-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/system-tray/na-tray-manager.c b/applets/notification_area/system-tray/na-tray-manager.c index 4e137b25..f001c653 100644 --- a/applets/notification_area/system-tray/na-tray-manager.c +++ b/applets/notification_area/system-tray/na-tray-manager.c @@ -518,7 +518,7 @@ na_tray_manager_window_filter (GdkXEvent *xev, } #if 0 -//FIXME investigate why this doesn't work +/* FIXME investigate why this doesn't work */ static gboolean na_tray_manager_selection_clear_event (GtkWidget *widget, GdkEventSelection *event, |