aboutsummaryrefslogtreecommitdiffstats
path: root/src/history-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/history-dialog.c')
-rwxr-xr-xsrc/history-dialog.c4
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 (&current_date, 7);
break;
- /* Month */
+ /* Two weeks */
case 5:
- g_date_subtract_months (&current_date, 1);
+ g_date_subtract_days (&current_date, 14);
break;
default:
break;