aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 07:30:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 07:30:08 +0000
commit2576b08989a3361f1da272085840bda30cac9f5d (patch)
treed7ce2a201a97e281545152bcb13efc7cecc0cda8
parent259781cdc07743cd510bb312f97edef77fe5aa5d (diff)
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@460 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--src/prefs_common.c1
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3eff3ed0..5126e5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-04
+
+ * src/prefs_common.c: removed mgedit from exteditor's candidates.
+
2005-08-03
* src/utils.c:
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 757bc7e7..e17a1782 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,7 @@
+2005-08-04
+
+ * src/prefs_common.c: 外部エディタの候補から mgedit を外した。
+
2005-08-03
* src/utils.c:
diff --git a/src/prefs_common.c b/src/prefs_common.c
index ba366012..8b14a814 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -2388,7 +2388,6 @@ static void prefs_other_create(void)
gtkut_combo_set_items (GTK_COMBO (exteditor_combo),
"gedit %s",
"kedit %s",
- "mgedit --no-fork %s",
"emacs %s",
"xemacs %s",
"kterm -e jed %s",