Kaydet (Commit) 050bec1b authored tarafından Nick Treleaven's avatar Nick Treleaven

Remove unnecessary 'fix' from r5224 as it breaks configuring custom

commands for 'Send Selection to' (oops).



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5267 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 054afed3
......@@ -20,6 +20,9 @@
data/filetypes.forth, data/filetype_extensions.conf, ChangeLog,
wscript:
Add Forth filetype (patch by Thomas Huth, thanks).
* src/tools.c:
Remove unnecessary 'fix' from r5224 as it breaks configuring custom
commands for 'Send Selection to' (oops).
2010-09-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -452,7 +452,6 @@ static void cc_insert_custom_command_items(GtkMenu *me, gchar *label, gint idx)
case 0: key_idx = GEANY_KEYS_FORMAT_SENDTOCMD1; break;
case 1: key_idx = GEANY_KEYS_FORMAT_SENDTOCMD2; break;
case 2: key_idx = GEANY_KEYS_FORMAT_SENDTOCMD3; break;
default: return;
}
if (key_idx != -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment