diff options
Diffstat (limited to 'plugins/housekeeping/msd-ldsm-trash-empty.c')
-rw-r--r-- | plugins/housekeeping/msd-ldsm-trash-empty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.c b/plugins/housekeeping/msd-ldsm-trash-empty.c index 69a8a42..1909f30 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.c +++ b/plugins/housekeeping/msd-ldsm-trash-empty.c @@ -378,7 +378,7 @@ trash_empty_show_confirmation_dialog () } void -msd_ldsm_trash_empty () +msd_ldsm_trash_empty (void) { if (trash_empty_confirm_dialog) gtk_window_present (GTK_WINDOW (trash_empty_confirm_dialog)); |