diff options
Diffstat (limited to 'gtk/main.c')
-rw-r--r-- | gtk/main.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c index f76a91ecd4..5f4fca2b5d 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1,6 +1,6 @@ /* main.c * - * $Id: main.c,v 1.128 2000/07/05 09:41:04 guy Exp $ + * $Id: main.c,v 1.129 2000/07/09 03:29:40 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -1485,6 +1485,11 @@ main(int argc, char *argv[]) } } + /* Notify all registered modules that have had any of their preferences + changed either from one of the preferences file or from the command + line that its preferences have changed. */ + prefs_apply_all(); + #ifndef HAVE_LIBPCAP if (capture_option_specified) fprintf(stderr, "This version of Ethereal was not built with support for capturing packets.\n"); |