aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main_menu.c')
-rw-r--r--gtk/main_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main_menu.c b/gtk/main_menu.c
index 7ca74cfa85..cb36cf9118 100644
--- a/gtk/main_menu.c
+++ b/gtk/main_menu.c
@@ -1959,8 +1959,8 @@ static void
timestamp_precision_cb(GtkWidget *w _U_, gpointer d _U_, gint action)
{
if (recent.gui_time_precision != action) {
- /* the actual precision will be set in cf_change_time_formats() below */
- if(action == TS_PREC_AUTO) {
+ /* the actual precision will be set in cf_change_time_formats() below */
+ if (action == TS_PREC_AUTO) {
timestamp_set_precision(TS_PREC_AUTO_SEC);
} else {
timestamp_set_precision(action);