Re: [Pkg-mc-devel] Bug#645358: Broken /etc/mc/mc.menu for "Compile and link current .c file" record.



tags 645358 patch upstream
thanks!

On Fri, 2011-10-14 at 23:41 +0300, VL Alexander wrote:

> Menu record for "Compile and link current .c file" missing  for hotkey
> definition therefore
> menu doesn't shows menu correctly.

Hi Alex,

Thanks for your report. I am forwarding this upstream.

Hi fellows,

I converted Alex's bug report into a git patch, could you please apply
it to the cleanup branch if there is any or otherwise take care of it?

I'm sorry for not being more actively involved, but I'm really
overwhelmed at $work now and can hardly find time to process e-mail...

Thanks,

-- 
Sincerely yours,
Yury V. Zaytsev

>From 35b08471fa7c1451dcc2d67215c6516c5ad6e2df Mon Sep 17 00:00:00 2001
From: "Yury V. Zaytsev" <yury shurup com>
Date: Mon, 17 Oct 2011 19:23:50 +0200
Subject: [PATCH] Broken "Compile and link current .c file" record in
 /etc/mc/mc.menu

Menu record for "Compile and link current .c file" missing a hotkey
definition and therefore menu doesn't show this item correctly.

Reported by VL Alexander <alex vl tut by> (Debian bug #645358)

Signed-off-by: Yury V. Zaytsev <yury shurup com>
---
 misc/mc.menu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/mc.menu b/misc/mc.menu
index 929776f..21f8a03 100644
--- a/misc/mc.menu
+++ b/misc/mc.menu
@@ -83,7 +83,7 @@ shell_patterns=0
 
 = f \.c$ & t r
 + f \.c$ & t r & ! t t
-        Compile and link current .c file
+c       Compile and link current .c file
         make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
 
 + t r & ! t t
-- 
1.7.7



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]