From: Michael Mrozek Date: Thu, 28 Jun 2012 10:44:12 +0000 (+0200) Subject: op_cpusettings.sh: Fixed duplicated lines X-Git-Tag: sz_152~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229cbb33ce76ddfd31531df22b4389313126e8f0;p=openpandora.oe.git op_cpusettings.sh: Fixed duplicated lines --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 641df0b..2a742c6 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r106" +PR = "r107" SRC_URI = " \ file://op_paths.sh \ diff --git a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh index cf2a552..32a359e 100755 --- a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh +++ b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh @@ -82,8 +82,6 @@ case $mainsel in zenity --info --title="MHz range set" --text "The maximum allowed CPU Speed of your Pandora is now $newmax MHz.\n\n" --timeout 6 else zenity --info --title="No change" --text "The CPU Speed has not been changed." --timeout 6 - else - zenity --info --title="No change" --text "The CPU Speed has not been changed." --timeout 6 fi fi;;