summaryrefslogtreecommitdiff
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-07-30 08:33:33 +0000
committerJörg Mayer <jmayer@loplof.de>2011-07-30 08:33:33 +0000
commit272fcc2ed578415f5007eac92d416f76fe492f67 (patch)
treeb14bea2bd961e0722ddeb5dac6b852e3c9aee6a6 /gtk/sip_stat.c
parented01e843596491940d630ad565aff6bcc86ba5ff (diff)
downloadwireshark-272fcc2ed578415f5007eac92d416f76fe492f67.tar.gz
- Put gtk_table_get_size into old-gtk-compat.h
- Shorten comment about sealing bug. svn path=/trunk/; revision=38264
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),