diff options
| author | Stefano Karapetsas <[email protected]> | 2012-03-11 16:48:46 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2012-03-11 16:48:46 +0100 | 
| commit | 6de96f515e5122ec2ba42fd07bac4e99f0c2db79 (patch) | |
| tree | 4ca43e75f6e7c8f651412b2bb46601d7c566d3f9 /sensors-applet | |
| parent | 52ee7d7b43076dd6ca9fb229adf935683e1fde6a (diff) | |
| download | mate-sensors-applet-6de96f515e5122ec2ba42fd07bac4e99f0c2db79.tar.bz2 mate-sensors-applet-6de96f515e5122ec2ba42fd07bac4e99f0c2db79.tar.xz | |
fix configuration version check
Diffstat (limited to 'sensors-applet')
| -rw-r--r-- | sensors-applet/sensors-applet-mateconf.c | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/sensors-applet/sensors-applet-mateconf.c b/sensors-applet/sensors-applet-mateconf.c index 43e9d0c..787cd2b 100644 --- a/sensors-applet/sensors-applet-mateconf.c +++ b/sensors-applet/sensors-applet-mateconf.c @@ -28,11 +28,10 @@  static const gchar * const compatible_versions[] = {          PACKAGE_VERSION, /* always list current version */ -        "2.2.6", -        "2.2.5", -	"2.2.4", -        "2.2.3", -	"2.2.2", +        "1.1.1", +        "1.1.0", +        "1.0.7", +        "1.1.0",  };  #define NUM_COMPATIBLE_VERSIONS G_N_ELEMENTS(compatible_versions) | 
