summaryrefslogtreecommitdiff
path: root/ui/gtk/follow_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/follow_stream.c')
-rw-r--r--ui/gtk/follow_stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index 79bf7547e1..ab56567bd7 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -838,8 +838,8 @@ follow_stream(const gchar *title, follow_info_t *follow_info,
/* Make sure this widget gets destroyed if we quit the main loop,
so that if we exit, we clean up any temporary files we have
- for "Follow TCP Stream" windows.
- gtk_quit_add_destroy is deprecated and should not be used in newly-written code.
+ for "Follow TCP Stream" windows.
+ gtk_quit_add_destroy is deprecated and should not be used in newly-written code.
This function is going to be removed in GTK+ 3.0
gtk_quit_add_destroy(gtk_main_level(), GTK_OBJECT(streamwindow));
*/