SF.net SVN: geany:[3597] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Feb 24 18:26:33 UTC 2009
Revision: 3597
http://geany.svn.sourceforge.net/geany/?rev=3597&view=rev
Author: eht16
Date: 2009-02-24 18:26:33 +0000 (Tue, 24 Feb 2009)
Log Message:
-----------
Fix broken selection of "Document->Set Encoding" menu items.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/encodings.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-02-24 18:26:16 UTC (rev 3596)
+++ trunk/ChangeLog 2009-02-24 18:26:33 UTC (rev 3597)
@@ -9,6 +9,8 @@
* src/main.c, src/win32.c, src/win32.h:
On Windows, change the working directory to the Geany installation
path at startup to avoid unwanted directory locking(closes #2626124).
+ * src/encoding.c:
+ Fix broken selection of "Document->Set Encoding" menu items.
2009-02-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/src/encodings.c
===================================================================
--- trunk/src/encodings.c 2009-02-24 18:26:16 UTC (rev 3596)
+++ trunk/src/encodings.c 2009-02-24 18:26:33 UTC (rev 3597)
@@ -235,9 +235,6 @@
{
gint i;
- if (ignore_callback)
- return;
-
g_return_if_fail(charset != NULL);
i = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list