diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-08-21 22:31:04 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-08-21 22:31:04 +0000 |
commit | 88b2aba937e3033109fc6a90c237447567224fc2 (patch) | |
tree | d750ff75f34b0eda1995d6c1aabf92747f8c4ebd /gtk/stream_prefs.c | |
parent | af093a380e400c35f2ee5f466a70f99dfb7cc4a8 (diff) | |
download | wireshark-88b2aba937e3033109fc6a90c237447567224fc2.tar.gz wireshark-88b2aba937e3033109fc6a90c237447567224fc2.tar.bz2 wireshark-88b2aba937e3033109fc6a90c237447567224fc2.zip |
Put in a comment noting that the "apply" routine for the TCP stream
preferences should change the colors for all existing TCP stream
windows.
svn path=/trunk/; revision=2329
Diffstat (limited to 'gtk/stream_prefs.c')
-rw-r--r-- | gtk/stream_prefs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/stream_prefs.c b/gtk/stream_prefs.c index d11d7a12b0..ef8342df74 100644 --- a/gtk/stream_prefs.c +++ b/gtk/stream_prefs.c @@ -1,7 +1,7 @@ /* stream_prefs.c * Dialog boxes for preferences for the stream window * - * $Id: stream_prefs.c,v 1.3 2000/08/21 08:09:16 guy Exp $ + * $Id: stream_prefs.c,v 1.4 2000/08/21 22:31:04 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -191,6 +191,8 @@ stream_prefs_fetch(GtkWidget *w) copy_color_vals(&prefs.st_server_bg, &tcolors[SBG_IDX]); } +/* XXX - should change the colors for any "Follow TCP Stream" windows + currently displayed. */ void stream_prefs_apply(GtkWidget *w) { |