diff options
Diffstat (limited to 'src/history-dialog.c')
-rwxr-xr-x | src/history-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history-dialog.c b/src/history-dialog.c index 4f5b5cc2b..ac9aa5449 100755 --- a/src/history-dialog.c +++ b/src/history-dialog.c @@ -311,9 +311,9 @@ get_date_filter (int filter_type, case 4: g_date_subtract_days (¤t_date, 7); break; - /* Month */ + /* Two weeks */ case 5: - g_date_subtract_months (¤t_date, 1); + g_date_subtract_days (¤t_date, 14); break; default: break; |