It appears that the intent of r35027 was to use reset_tap_update_timer() not

just on Windows or when we have threads, so make it so.

svn path=/trunk/; revision=40420
This commit is contained in:
Jeff Morriss 2012-01-09 19:05:00 +00:00
parent 2f820b8902
commit 6e2960f731
2 changed files with 0 additions and 4 deletions

View File

@ -346,10 +346,8 @@ extern gboolean main_filter_packets(capture_file *cf, const gchar *dftext,
extern void create_console(void);
#endif
#if defined(_WIN32)
/** Restart the tap update display timer with new configured interval */
extern void reset_tap_update_timer(void);
#endif
/** Fill in capture options with values from the preferences */
extern void prefs_to_capture_opts(void);

View File

@ -124,9 +124,7 @@ stats_prefs_fetch(GtkWidget *w _U_)
void
stats_prefs_apply(GtkWidget *w _U_)
{
#if defined(_WIN32)
reset_tap_update_timer();
#endif
}
void