aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-23 20:02:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-23 20:02:23 +0000
commit1fd7fbdb1d7756ee868b3bee131f1a5fe251ed7d (patch)
tree89b50cbe1b1d10d473bb7ba550fdf39a06e97c3f /gtk/graph_analysis.c
parent48551d9d85d93d6639ff763c7cdb6597e17b2b90 (diff)
From Alejandro Vaquero:
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17383
Diffstat (limited to 'gtk/graph_analysis.c')
-rw-r--r--gtk/graph_analysis.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/graph_analysis.c b/gtk/graph_analysis.c
index 80fbc6fb8e..ff4716a56f 100644
--- a/gtk/graph_analysis.c
+++ b/gtk/graph_analysis.c
@@ -975,8 +975,6 @@ static void dialog_graph_draw(graph_analysis_data_t* user_data)
#else
pango_layout_set_text(big_layout, label_string, -1);
pango_layout_get_pixel_size(big_layout, &label_width, &label_height);
-
- label_width = label_height = 0;
#endif
if (start_arrow<end_arrow){
arrow_width = end_arrow-start_arrow;