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