diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-09 05:09:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-09 05:09:59 +0800 |
commit | 675deab25d7076195e356c84e55de5207b8c3c6f (patch) | |
tree | 896c57db3e3277c69c687fdef823e82fefd55ab9 /python | |
parent | c8e6bc3f8314a881264fa9f2b160eee39cf4d8fe (diff) | |
download | gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.gz gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.bz2 gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.lz gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.xz gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.zst gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.zip |
Change new message dialog to new conversation and make possible to do voip call.
svn path=/trunk/; revision=608
Diffstat (limited to 'python')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 7f7381fa7..0c22ab6cc 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1954,8 +1954,8 @@ ) ) -(define-function empathy_call_contact - (c-name "empathy_call_contact") +(define-function empathy_call_with_contact + (c-name "empathy_call_with_contact") (return-type "none") (parameters '("EmpathyContact*" "contact") |