Fix setting of timestamp_precision.

svn path=/trunk/; revision=29218
This commit is contained in:
Anders Broman 2009-07-28 14:07:15 +00:00
parent 77fc0c9451
commit bc43666e77
1 changed files with 6 additions and 0 deletions

View File

@ -2039,7 +2039,13 @@ timestamp_precision_cb(GtkWidget *w _U_, gpointer d _U_, gint action)
timestamp_set_precision(action);
}
recent.gui_time_precision = action;
#ifdef NEW_PACKET_LIST
cf_timestamp_auto_precision(&cfile);
/* XXX Width should be adjusted */
new_packet_list_queue_draw();
#else
cf_change_time_formats(&cfile);
#endif
}
}