aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-05-18 21:50:34 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-05-18 22:15:10 +0800
commitc51c43f90643a4a5080ec1412229f0eb56ca9a34 (patch)
tree1c11fdcb6dfdfedc70c458553810cf6f206daf97 /extensions
parent9999bf6834a4c2e592a39dcbc9b8dffc5bee9bd5 (diff)
downloadgsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar.gz
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar.bz2
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar.lz
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar.xz
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.tar.zst
gsoc2013-empathy-c51c43f90643a4a5080ec1412229f0eb56ca9a34.zip
chat-manager: pass user action time of DBus to show the closed tab
This was making undo closing tabs in the background, aww. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Chat_Manager.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/Chat_Manager.xml b/extensions/Chat_Manager.xml
index 7a6fef8a3..15ea95122 100644
--- a/extensions/Chat_Manager.xml
+++ b/extensions/Chat_Manager.xml
@@ -20,6 +20,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.gnome.Empathy.ChatManager">
<method name="UndoClosedChat" tp:name-for-bindings="Undo_Closed_Chat">
+ <arg direction="in" type="x" name="User_Time">
+ <tp:docstring>
+ The user action time for the event.
+ </tp:docstring>
+ </arg>
<tp:docstring>
Ask the chat manager to undo closing a tab. If there is no tab
to be opened then return successfully.