ubuntu_integration. fix detecting 'indicate' module
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
[info]
|
||||
name: Ubuntu Ayatana Integration
|
||||
short_name: ubuntu_integration
|
||||
version: 0.1
|
||||
version: 0.1.1
|
||||
description: This plugin integrates Gajim with the Ubuntu Messaging Menu.
|
||||
|
||||
|
||||
You must have python-indicate and python-xdg (and Gajim obviously) installed to enable this plugin.
|
||||
|
||||
|
||||
Many thanks to the guys from gajim@conference.gajim.org for answering my questions :)
|
||||
authors: Michael Kainer <kaini@linuxlovers.at>
|
||||
homepage: http://trac-plugins.gajim.org/wiki/UbuntuIntegration
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ from common import gajim
|
||||
import gtkgui_helpers
|
||||
# 3rd party
|
||||
try:
|
||||
import indicate
|
||||
__import__('indicate')
|
||||
HAS_INDICATE = True
|
||||
except ImportError:
|
||||
HAS_INDICATE = False
|
||||
|
||||
Reference in New Issue
Block a user