aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keylaunch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-05-30 11:41:28 +0000
committerMatthias Hentges <oe@hentges.net>2007-05-30 11:41:28 +0000
commit8985a700185319bad94d1fe38b9e9f9a9bfd2560 (patch)
treea8d45d4ac62d5ec9cabdda93be850bc075819f2f /packages/keylaunch
parent6a5bc66adc297f3752b104503ded699fedc3afc1 (diff)
downloadopenembedded-8985a700185319bad94d1fe38b9e9f9a9bfd2560.tar.gz
keylaunch: Swap Calendar and Address buttons to launch the correct application whe pressed.
Diffstat (limited to 'packages/keylaunch')
-rw-r--r--packages/keylaunch/files/spitz/keylaunchrc4
-rw-r--r--packages/keylaunch/keylaunch_2.0.10.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/keylaunch/files/spitz/keylaunchrc b/packages/keylaunch/files/spitz/keylaunchrc
index 433221a586..27cce24e93 100644
--- a/packages/keylaunch/files/spitz/keylaunchrc
+++ b/packages/keylaunch/files/spitz/keylaunchrc
@@ -1,5 +1,5 @@
-key=....F9:-:gpe-contacts
-key=....F10:-:gpe-calendar
+key=....F9:-:gpe-calendar
+key=....F10:-:gpe-contacts
key=....F13:-:sylpheed
key=....F12:-:~matchbox-remote -next
key=...*F12:-:~matchbox-remote -desktop
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb
index 8b6d2b5aa2..8eb74cd6b1 100644
--- a/packages/keylaunch/keylaunch_2.0.10.bb
+++ b/packages/keylaunch/keylaunch_2.0.10.bb
@@ -12,7 +12,7 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\
program is already running, keylaunch can bring its window to the front\
rather than just running another copy."
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r7"
+PR = "r8"
SRC_URI += " file://keylaunchrc"
SRC_URI += " file://makefile-fix.patch;patch=1"