From eacee97d9eb771c5fca2e1af83ead45f2c0fc46f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 18 Dec 2012 15:18:58 +0000 Subject: [PATCH] Use different program name for rotate disable. Signed-off-by: Christopher Michael SVN revision: 81264 --- data/themes/edc/randr.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index c289b017f..d2fcc2e9a 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -447,7 +447,7 @@ group { name: "e/conf/randr/main/frame"; action: STATE_SET "default" 0.0; target: "drop_zone"; } - program { name: "off"; + program { name: "rotate_off"; signal: "e,state,rotate_disabled"; source: "e"; action: STATE_SET "disabled" 0.0; target: "e.event.rotate";