~vcs-imports/gnome-applets/master

« back to all changes in this revision

Viewing changes to gweather/src/gweather-xml.c

  • Committer: Alberts Muktupāvels
  • Date: 2018-06-18 13:33:15 UTC
  • Revision ID: git-v1:16d683b9c18e37512d55be10bc01c04764108a83
gweather: fix build

GWEATHER_LOCATION_ADM2 was removed:
https://gitlab.gnome.org/GNOME/libgweather/commit/4e7a3a99839d

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    switch (gweather_location_get_level (gloc)) {
64
64
    case GWEATHER_LOCATION_WORLD:
65
 
    case GWEATHER_LOCATION_ADM2:
66
65
        self = parent;
67
66
        break;
68
67