aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-24 09:21:13 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-24 09:21:13 +0000
commit977dbfc490d240b9c80862c95bdbe44ef117225c (patch)
tree7ee554f3d1dbcbbf3accd02f1dbd710503f966e9 /gtk/voip_calls_dlg.c
parent97dde57b7e8bf4a5d8993f15d8824ef2921053d9 (diff)
Add missing case.
svn path=/trunk/; revision=23264
Diffstat (limited to 'gtk/voip_calls_dlg.c')
-rw-r--r--gtk/voip_calls_dlg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index 09921ec4bb..dafe1e56be 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -378,9 +378,10 @@ voip_calls_on_filter (GtkButton *button _U_,
case VOIP_AC_ISDN:
case VOIP_AC_CAS:
case MEDIA_T38:
- case TEL_BSSMAP:
- case TEL_RANAP:
+ case TEL_BSSMAP:
+ case TEL_RANAP:
case VOIP_UNISTIM:
+ case VOIP_COMMON:
/* XXX - not supported */
break;
}