diff options
Diffstat (limited to 'src/pdm-dialog.c')
-rw-r--r-- | src/pdm-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index be8d7b2df..58ebfa0d8 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -1446,7 +1446,7 @@ pdm_dialog_init (PdmDialog *dialog) g_signal_connect (window, "response", G_CALLBACK (pdm_dialog_response_cb), dialog); - /** + /* * Group all Properties and Remove buttons in the same size group to * avoid the little jerk you get otherwise when switching pages because * one set of buttons is wider than another. |