diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-04 06:04:19 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-04 06:04:19 +0200 |
commit | cabc0995c0e0964ecbef18470c6a483022879071 (patch) | |
tree | ea78fc03c11302f847b429fe417cdde412923613 /src/gui/CoreConnector.vala | |
parent | 2b99ed6fd9cf84c405f426ea0914b233b1f40ef1 (diff) | |
download | ephraim-cabc0995c0e0964ecbef18470c6a483022879071.tar ephraim-cabc0995c0e0964ecbef18470c6a483022879071.zip |
Major reorganisation of the core, still unfinished...
Diffstat (limited to 'src/gui/CoreConnector.vala')
-rw-r--r-- | src/gui/CoreConnector.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/CoreConnector.vala b/src/gui/CoreConnector.vala index d5f0ecc..4c853ff 100644 --- a/src/gui/CoreConnector.vala +++ b/src/gui/CoreConnector.vala @@ -7,8 +7,8 @@ public class CoreConnector { static Eva.Term match_chat_message; static construct { - match_gui_init = Eva.parse("{gui_init,Terms}"); - match_roster_update = Eva.parse("{roster_update,JID,Name,Subscription,Groups,Resources,Avatar}"); + match_gui_init = Eva.parse("{global,{gui_init,Terms}}"); + match_roster_update = Eva.parse("{account,Account,{roster_update,JID,Name,Subscription,Groups,Resources,Avatar}}"); match_resource_entry = Eva.parse("{Name,{resource_entry,Priority,Show,Status}}"); match_avatar = Eva.parse("{avatar,Data}"); match_new_conversation = Eva.parse("{new_conversation,JID}"); |