aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2006-03-30 22:17:42 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2006-03-30 22:17:42 +0000
commit3df55b78f68076637edbcf30cf5140560b2fc238 (patch)
tree567e7f591b7b2233049e96d2ff2ad5e5ffe342b6 /gtk/sctp_stat.c
parentb3f862b7e5df2b5581ed2821244aecdbb3f904c3 (diff)
From Irene: Fix problems with off screen drawings
Make rectangle clickable. svn path=/trunk/; revision=17778
Diffstat (limited to 'gtk/sctp_stat.c')
-rw-r--r--gtk/sctp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/sctp_stat.c b/gtk/sctp_stat.c
index 30a842b716..d8dba4a572 100644
--- a/gtk/sctp_stat.c
+++ b/gtk/sctp_stat.c
@@ -346,7 +346,7 @@ static gint sctp_assoc_vtag_cmp(gconstpointer aa, gconstpointer bb)
return(ASSOC_NOT_FOUND);
}
-
+/*
static gint sctp_assoc_address_cmp(gconstpointer aa, gconstpointer bb)
{
GList *srclist, *dstlist;
@@ -570,7 +570,7 @@ static gint sctp_assoc_address_cmp(gconstpointer aa, gconstpointer bb)
g_free(dst);
return ASSOC_NOT_FOUND;
}
-
+*/