[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: geda_manager.git: branch: master updated (004db4f50991cdd87e73b38de1041d39cc399331)
The branch, master has been updated
via 004db4f50991cdd87e73b38de1041d39cc399331 (commit)
from 514c42b357c8a019043ff1412516d5a87e7491b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/utils.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 004db4f50991cdd87e73b38de1041d39cc399331
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date: Wed Dec 3 15:13:05 2008 -0800
Simple change to allow the user to use their prefered text editor right
after selecting it, instead of waiting for the program to restart.
:100644 100644 d8f5e72... 6619ba4... M src/utils.py
=========
Changes
=========
commit 004db4f50991cdd87e73b38de1041d39cc399331
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date: Wed Dec 3 15:13:05 2008 -0800
Simple change to allow the user to use their prefered text editor right
after selecting it, instead of waiting for the program to restart.
diff --git a/src/utils.py b/src/utils.py
index d8f5e72..6619ba4 100644
--- a/src/utils.py
+++ b/src/utils.py
@@ -574,7 +574,7 @@ class Utils:
dialog.destroy()
# Need to put some logic here to make sure it is a valid program
- elif gedamanager.tools['editor'] != None:
+ else: #gedamanager.tools['editor'] != None:
Popen([gedamanager.settings.editor, filepath])
else: # Processes
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs