summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-06-09 14:58:40 +0000
committerMatti Bickel <mabi@gentoo.org>2007-06-09 14:58:40 +0000
commit5865a3789dd602b188d26086df517b7eb216378e (patch)
tree7344bdc49e821982bc22f12b979af011758a4096 /ion3/files/20070608/202_all_fix-menus.patch
parentinitial import from gentoo-x86 (diff)
downloadmabi-5865a3789dd602b188d26086df517b7eb216378e.tar.gz
mabi-5865a3789dd602b188d26086df517b7eb216378e.tar.bz2
mabi-5865a3789dd602b188d26086df517b7eb216378e.zip
version bump
svn path=/; revision=2
Diffstat (limited to 'ion3/files/20070608/202_all_fix-menus.patch')
-rw-r--r--ion3/files/20070608/202_all_fix-menus.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ion3/files/20070608/202_all_fix-menus.patch b/ion3/files/20070608/202_all_fix-menus.patch
new file mode 100644
index 0000000..c2d77c8
--- /dev/null
+++ b/ion3/files/20070608/202_all_fix-menus.patch
@@ -0,0 +1,13 @@
+diff -Naur ../work/ion-3ds-20061223/etc/cfg_ioncore.lua ion-3ds-20061223/etc/cfg_ioncore.lua
+--- ../work/ion-3ds-20061223/etc/cfg_ioncore.lua 2006-12-23 17:59:43.000000000 +0300
++++ ion-3ds-20061223/etc/cfg_ioncore.lua 2006-12-31 15:35:59.000000000 +0300
+@@ -331,7 +331,8 @@
+ defmenu("mainmenu", {
+ menuentry("Run...", "mod_query.query_exec(_)"),
+ menuentry("Terminal", "ioncore.exec_on(_, XTERM or 'xterm')"),
+- menuentry("Lock screen", "ioncore.exec_on(_, 'xlock')"),
++ menuentry("Lock screen",
++ "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),
+ menuentry("Help", "mod_query.query_man(_)"),
+ menuentry("About Ion", "mod_query.show_about_ion(_)"),
+ submenu("Styles", "stylemenu"),