diff options
Diffstat (limited to 'mate-panel/panel-applet-frame.c')
-rw-r--r-- | mate-panel/panel-applet-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-applet-frame.c b/mate-panel/panel-applet-frame.c index a31f26a4..a3aa92e6 100644 --- a/mate-panel/panel-applet-frame.c +++ b/mate-panel/panel-applet-frame.c @@ -805,7 +805,7 @@ _mate_panel_applet_frame_applet_broken (MatePanelAppletFrame *frame) gdk_x11_get_server_time (gtk_widget_get_window (GTK_WIDGET (dialog)))); else #endif - { // Not using X11 + { /* Not using X11 */ gtk_window_present(GTK_WINDOW (dialog)); } |