diff options
author | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2008-11-14 13:59:23 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2008-11-14 13:59:23 +0000 |
commit | 1e2aeb7f4289de80599b4187d627bfd6b2abd576 (patch) | |
tree | 1be737834872417e170bf2e8802167f6303b1767 /translations | |
parent | 91dea06b41a204e3dbc36c87e5e67ff0ee7df024 (diff) |
* Make signals with renamed interfaces and member names work
if they are explicitly listened for (Partially fixes: #18257).
Also make the error reporting better when it doesn't work.
* Add test for signal with renamed interface.
* Fix clearing of string buffer during marshalling (Fixes: #17362)
Diffstat (limited to 'translations')
-rw-r--r-- | translations/en_GB.po | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/translations/en_GB.po b/translations/en_GB.po index 459c0fe..b0383dc 100644 --- a/translations/en_GB.po +++ b/translations/en_GB.po @@ -31,6 +31,8 @@ msgid "Connection has already sent a Hello message" msgstr "Connection has already sent a Hello message" msgid "Could not access parent directory for " msgstr "Could not access parent directory for " +msgid "Could not create class from signal " +msgstr "Could not create class from signal " msgid "Could not find an interface to cast to" msgstr "Could not find an interface to cast to" msgid "Could not load Dbus information for " |