]> git.pld-linux.org Git - packages/gnome-panel.git/blob - libgweather-3.10.patch
- fix building with libweather 3.10.x
[packages/gnome-panel.git] / libgweather-3.10.patch
1 --- gnome-panel-3.8.0/applets/clock/clock-location.c~   2013-09-25 16:10:00.000000000 +0200
2 +++ gnome-panel-3.8.0/applets/clock/clock-location.c    2013-10-09 21:52:42.473427727 +0200
3 @@ -542,7 +542,7 @@
4         }
5  
6         priv->weather_info =
7 -               gweather_info_new_for_world (priv->world,
8 +               gweather_info_new (
9                                              priv->loc,
10                                              GWEATHER_FORECAST_LIST);
11         g_signal_connect (priv->weather_info, "updated",
This page took 0.050386 seconds and 3 git commands to generate.