aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-31 14:03:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-31 14:03:34 +0000
commit649213f0c5592103564519473a2f4ba5f7effbb5 (patch)
tree5347bd115bf4e3b0c39ef824b16d3ea9c50955e8 /gtk/rtp_stream_dlg.c
parentda889b66ece05197a674a977f1fc4ef7e35b1211 (diff)
COPY as CSV to clipboard from RTP stream analysis only copies 1st line many times.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6279 svn path=/trunk/; revision=38823
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index ae05b4507a..5b8cf81ea0 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -484,6 +484,7 @@ rtpstream_on_copy_as_csv(GtkWindow *win _U_, gpointer data _U_)
if (j<NUM_COLS-2) g_string_append(CSV_str,",");
}
g_string_append(CSV_str,"\n");
+ gtk_tree_model_iter_next (GTK_TREE_MODEL(list_store),&iter);
}
}