It looks like this message never mader it to the list, so:
Hello everyone!
Run Command (module exebuf in e) was acting strange for me. I
have .desktops for Firefox and Firefox - Safe mode (well, at least a
menu entries for them), and when I entered "firefox" in the input box,
and choose the command "firefox" from the list under the input field,
exebuf was starting Firefox - Safe Mode (it was the only one showed in
the upper list - "Firefox" was not listed there).
This patch fixes it (the lower selected, upper started problem, not the
"Firefox" is not there one) for me.
Tomasz K.
--- e/src/modules/exebuf/e_exebuf.c 2009-05-09 12:55:39.000000000 +0200
+++ e_exebuf.c 2009-05-18 14:05:13.000000000 +0200
@@ -4,7 +4,7 @@
#include "e.h"
#include "e_mod_main.h"
-/* currently default bind is alt+esc buf alt+space has been suggested */
+/* currently default bind is alt+esc but alt+space has been suggested */
/* local subsystem functions */
typedef struct _E_Exebuf_Exe E_Exebuf_Exe;
@@ -426,7 +426,7 @@ _e_exebuf_exec(void)
{
if (exe_sel)
{
- if (exe_sel->desktop)
+ if (exe_sel->desktop && which_list != EXE_LIST)
e_exec(exebuf->zone, exe_sel->desktop, NULL, NULL, "exebuf");
else
e_exec(exebuf->zone, NULL, exe_sel->file, NULL, "exebuf");
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel