correctly detect that farstream is not available. Fixes #7420

This commit is contained in:
Yann Leboulanger 2013-08-13 13:54:16 +02:00
parent 7831ab6c29
commit bbf334ae6f
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ try:
session = conference.new_session(farstream.MEDIA_TYPE_AUDIO)
del session
del conference
except glib.GError:
except:
HAVE_FARSTREAM = False
except ImportError: