diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-28 13:37:18 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-28 13:38:28 +0100 |
commit | c0cdc8f8baf5a9f0f3b947801f2dba1b21b54b17 (patch) | |
tree | 54fa0806f3e31f519c0958bc379bb9f6cc21d7d9 /examples/client | |
parent | 070e0fe0f191bfc8c7c1f6d9dca48fb418e01c59 (diff) |
link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIME
Diffstat (limited to 'examples/client')
-rwxr-xr-x | examples/client/python/ensure-channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client/python/ensure-channel.py b/examples/client/python/ensure-channel.py index 1a52c4cbc..ddadb6b2d 100755 --- a/examples/client/python/ensure-channel.py +++ b/examples/client/python/ensure-channel.py @@ -59,7 +59,7 @@ if __name__ == '__main__': req = TelepathyGLib.AccountChannelRequest.new(account, request_dict, 0) # FIXME: for some reason TelepathyGLib.USER_ACTION_TIME_CURRENT_TIME is - # not defined + # not defined (bgo #639206) main_loop = gobject.MainLoop() |