aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-30 08:33:33 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-30 08:33:33 +0000
commitb3a953174175e9bdb231c7a9d898b4f32d99a57e (patch)
treeb14bea2bd961e0722ddeb5dac6b852e3c9aee6a6 /gtk/sip_stat.c
parentae993695e41b87e3d2d4a3dfa73cb0e6f588b65c (diff)
- Put gtk_table_get_size into old-gtk-compat.h
- Shorten comment about sealing bug. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38264 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 09a0bcba3c..4b6f376aa1 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -294,11 +294,7 @@ sip_draw_hash_responses(gint * key _U_ , sip_response_code_t *data, gchar * unus
}
/* Get number of rows in table */
-#if GTK_CHECK_VERSION(2,22,0)
gtk_table_get_size(GTK_TABLE(data->table), &x, NULL);
-#else
- x = GTK_TABLE(data->table)->nrows;
-#endif
/* Create a new label with this response, e.g. "SIP 180 Ringing" */
g_snprintf(string_buff, sizeof(string_buff),