~ubuntu-branches/ubuntu/natty/libgweather/natty-proposed

« back to all changes in this revision

Viewing changes to libgweather/weather.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-28 14:24:16 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728142416-s4e6lwvxpve8ypfm
Tags: 2.26.2.1-0ubuntu1
* New upstream version
* debian/patches/01_gettext_not_xml.patch,
  debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include "weather.h"
42
42
#include "weather-priv.h"
43
43
 
44
 
#ifdef G_OS_WIN32
45
 
#include "gweather-win32.h"
46
 
#endif
47
 
 
48
44
static void _weather_internal_check (void);
49
45
 
50
46