aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-09-09 10:04:53 +0000
committerGuy Harris <guy@alum.mit.edu>2000-09-09 10:04:53 +0000
commit6e04ac48f9d597f7f9a6a98410cd3c1ab13ece6f (patch)
tree0aa6471558dbd11ce26134b0f536ed30dfc2cfdc /gtk
parenta11b619f2a7008251b35410fe308160e6bed8493 (diff)
Explain why "stream_prefs_apply()" doesn't do anything.
svn path=/trunk/; revision=2403
Diffstat (limited to 'gtk')
-rw-r--r--gtk/stream_prefs.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk/stream_prefs.c b/gtk/stream_prefs.c
index ef8342df74..c5e0f9449e 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.4 2000/08/21 22:31:04 guy Exp $
+ * $Id: stream_prefs.c,v 1.5 2000/09/09 10:04:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -191,8 +191,10 @@ 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. */
+/* XXX - "gui_prefs_apply()" handles this, as the "Follow TCP Stream"
+ windows may have to be redrawn due to a font change; this means
+ that calling "stream_prefs_apply()" without calling "gui_prefs_apply()"
+ won't work. */
void
stream_prefs_apply(GtkWidget *w)
{