summaryrefslogtreecommitdiff
path: root/mate-panel/panel-properties-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-properties-dialog.c')
-rw-r--r--mate-panel/panel-properties-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-properties-dialog.c b/mate-panel/panel-properties-dialog.c
index f71c126a..ad0389e9 100644
--- a/mate-panel/panel-properties-dialog.c
+++ b/mate-panel/panel-properties-dialog.c
@@ -603,7 +603,7 @@ panel_properties_dialog_update_orientation (PanelPropertiesDialog *dialog,
int profile_size;
/* change the maximum size of the panel */
- //TODO: we should also do this when the monitor size changes
+ /* TODO: we should also do this when the monitor size changes */
max_size = panel_toplevel_get_maximum_size (dialog->toplevel);
spin_size = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (dialog->size_spin));
profile_size = panel_profile_get_toplevel_size (dialog->toplevel);