Merge lp:~sergiusens/nuntium/getservices into lp:nuntium

Proposed by Sergio Schvezov
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 56
Merged at revision: 46
Proposed branch: lp:~sergiusens/nuntium/getservices
Merge into: lp:nuntium
Prerequisite: lp:~sergiusens/nuntium/outgoing_message
Diff against target: 12 lines (+1/-1)
1 file modified
telepathy/manager.go (+1/-1)
To merge this branch: bzr merge lp:~sergiusens/nuntium/getservices
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
Review via email: mp+225146@code.launchpad.net

Commit message

Waiting for calls to GetServices on the proper interface

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) :
review: Approve
lp:~sergiusens/nuntium/getservices updated
56. By Sergio Schvezov

Merged outgoing_message into getservices.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'telepathy/manager.go'
2--- telepathy/manager.go 2014-07-02 13:04:26 +0000
3+++ telepathy/manager.go 2014-07-02 13:04:26 +0000
4@@ -54,7 +54,7 @@
5
6 for msg := range manager.msgChan {
7 switch {
8- case msg.Interface == MMS_SERVICE_DBUS_IFACE && msg.Member == "GetServices":
9+ case msg.Interface == MMS_MANAGER_DBUS_IFACE && msg.Member == "GetServices":
10 log.Print("Received GetServices()")
11 reply = manager.getServices(msg)
12 default:

Subscribers

People subscribed via source and target branches