]> git.pld-linux.org Git - packages/redshift.git/blob - redshift-geoclue-provider.patch
- python 3.6
[packages/redshift.git] / redshift-geoclue-provider.patch
1 diff -ur redshift-1.7/src/location-geoclue.c redshift-1.7_geoclue_provider/src/location-geoclue.c
2 --- redshift-1.7/src/location-geoclue.c 2011-03-27 23:13:10.000000000 +0100
3 +++ redshift-1.7_geoclue_provider/src/location-geoclue.c        2011-07-09 13:41:17.940812241 +0100
4 @@ -32,8 +32,8 @@
5  # define _(s) s
6  #endif
7  
8 -#define DEFAULT_PROVIDER "org.freedesktop.Geoclue.Providers.UbuntuGeoIP"
9 -#define DEFAULT_PROVIDER_PATH "/org/freedesktop/Geoclue/Providers/UbuntuGeoIP"
10 +#define DEFAULT_PROVIDER "org.freedesktop.Geoclue.Providers.Hostip"
11 +#define DEFAULT_PROVIDER_PATH "/org/freedesktop/Geoclue/Providers/Hostip"
12  
13  int
14  location_geoclue_init(location_geoclue_state_t *state)
This page took 0.047838 seconds and 3 git commands to generate.