Merge lp:~ted/ubuntu-geoip/lp1067037 into lp:ubuntu-geoip

Proposed by Ted Gould
Status: Superseded
Proposed branch: lp:~ted/ubuntu-geoip/lp1067037
Merge into: lp:ubuntu-geoip
Diff against target: 13 lines (+1/-1)
1 file modified
src/ubuntu-geoip-provider.c (+1/-1)
To merge this branch: bzr merge lp:~ted/ubuntu-geoip/lp1067037
Reviewer Review Type Date Requested Status
Ubuntu GeoIP Team Pending
Review via email: mp+153036@code.launchpad.net

Commit message

Fix ordering of parameters

Description of the change

Fix ordering of parameters.

Patch on the bug. Putting as a merge request to make sure CI is okay with it. Patch looks good to me.

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ubuntu-geoip-provider.c'
2--- src/ubuntu-geoip-provider.c 2012-11-27 20:52:52 +0000
3+++ src/ubuntu-geoip-provider.c 2013-03-13 01:09:20 +0000
4@@ -612,8 +612,8 @@
5
6 GeoclueAccuracy * accuracy = position_accuracy_build(provider);
7 gc_iface_position_emit_position_changed(GC_IFACE_POSITION(provider),
8- time(NULL),
9 GEOCLUE_POSITION_FIELDS_LATITUDE | GEOCLUE_POSITION_FIELDS_LONGITUDE,
10+ time(NULL),
11 provider->priv->latitude,
12 provider->priv->longitude,
13 0, /* Altitude */

Subscribers

People subscribed via source and target branches

to all changes: