summaryrefslogtreecommitdiff
path: root/libopie
authormickeyl <mickeyl>2004-01-04 23:36:04 (UTC)
committer mickeyl <mickeyl>2004-01-04 23:36:04 (UTC)
commit68f09442c635da109c0f31888d4f42bd14e8de1f (patch) (side-by-side diff)
tree27f7dbdaae1547fc6e8094a97009859e3c480ee2 /libopie
parent5af215d9cac1c65a9cd56b56cc18e39cfcc06c64 (diff)
downloadopie-68f09442c635da109c0f31888d4f42bd14e8de1f.zip
opie-68f09442c635da109c0f31888d4f42bd14e8de1f.tar.gz
opie-68f09442c635da109c0f31888d4f42bd14e8de1f.tar.bz2
better not define rotation as pressaction _and_ heldaction
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 82a0099..35d6cb4 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -298,9 +298,9 @@ struct z_button z_buttons_c700 [] = {
"QPE/TaskBar", "toggleMenu()",
"QPE/TaskBar", "toggleStartMenu()" },
{ Qt::Key_F14, QT_TRANSLATE_NOOP("Button", "Display Rotate"),
- "",
+ "devicebuttons/z_hinge",
"QPE/Rotation", "rotateDefault()",
- "QPE/Rotation", "rotateDefault()" },
+ "QPE/Dummy", "doNothing()" },
};
struct s_button {