From 6de96f515e5122ec2ba42fd07bac4e99f0c2db79 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Mar 2012 16:48:46 +0100 Subject: fix configuration version check --- sensors-applet/sensors-applet-mateconf.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sensors-applet') 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) -- cgit v1.2.1