diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-14 00:49:03 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-14 00:49:03 +0100 |
commit | d098c06a56f1d6f5dd078ac8091441aeaeb027f1 (patch) | |
tree | 63590bd988f60051968227a4e5cc8c70bc7fe96a | |
parent | 3034ad9299bb0e4647450c0aa7ac66abb27ea7fc (diff) | |
download | mate-sensors-applet-d098c06a56f1d6f5dd078ac8091441aeaeb027f1.tar.bz2 mate-sensors-applet-d098c06a56f1d6f5dd078ac8091441aeaeb027f1.tar.xz |
fixed some things
-rw-r--r-- | AUTHORS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ -MATE Sensors Applet - -Author: Alex Murray <[email protected]> -Contributors: Nathan Hand <[email protected]> - Sam Morris <[email protected]> - Alastair Poole <[email protected]> +Alex Murray <[email protected]> +Nathan Hand <[email protected]> +Sam Morris <[email protected]> +Alastair Poole <[email protected]> +Perberos <[email protected]> +Stefano Karapetsas <[email protected]> diff --git a/configure.ac b/configure.ac index d60c4b0..fbd0728 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AC_CHECK_HEADERS( GLIB_REQUIRED=2.14.0 GTK_REQUIRED=2.14.0 -LIBPANEL_REQUIRED=2.0.0 +LIBPANEL_REQUIRED=1.1.0 LIBMATE_REQUIRED=1.1.0 LIBMATEUI_REQUIRED=1.1.0 LIBMATENOTIFY_REQUIRED=1.1.0 |