2bfb83ab6e
The emesene Windows Live Messenger client supports tabbed chat, custom emoticons, file transfers, offline messaging, personal messages, nudges and MSN Plus!. The multilingual GUI can be extended through customization including themes, smilies, sounds and tweaks to the conversation format. requested by and 'please commit' robert@
13 lines
592 B
Plaintext
13 lines
592 B
Plaintext
$OpenBSD: patch-PluginManager_py,v 1.1.1.1 2008/07/10 13:22:41 wcmaier Exp $
|
|
--- PluginManager.py.orig Thu Jul 10 07:13:46 2008
|
|
+++ PluginManager.py Thu Jul 10 07:13:41 2008
|
|
@@ -36,7 +36,7 @@ class PluginManager( object ):
|
|
userPlugins = self.inspectPackage(PATH.CONFIG_DIR,
|
|
PATH.PLUGINS_HOME)
|
|
|
|
- systemPlugins = self.inspectPackage(PATH.APP_PATH,
|
|
+ systemPlugins = self.inspectPackage(PATH.PLUGIN_SYSTEM_WIDE_ROOT,
|
|
PATH.PLUGINS_SYSTEM_WIDE)
|
|
|
|
# system plugins have preference over user plugins
|