SF.net SVN: geany: [2233] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Feb 7 14:19:50 UTC 2008
Revision: 2233
http://geany.svn.sourceforge.net/geany/?rev=2233&view=rev
Author: eht16
Date: 2008-02-07 06:19:45 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
Fix typo (thanks Slava Semushin for reporting).
Modified Paths:
--------------
trunk/ChangeLog
trunk/plugins/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-02-06 16:02:00 UTC (rev 2232)
+++ trunk/ChangeLog 2008-02-07 14:19:45 UTC (rev 2233)
@@ -1,3 +1,8 @@
+2008-02-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * plugins/Makefile.am: Fix typo (thanks Slava Semushin for reporting).
+
+
2008-02-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/autosave.c, plugins/filebrowser.c:
Modified: trunk/plugins/Makefile.am
===================================================================
--- trunk/plugins/Makefile.am 2008-02-06 16:02:00 UTC (rev 2232)
+++ trunk/plugins/Makefile.am 2008-02-07 14:19:45 UTC (rev 2233)
@@ -42,7 +42,7 @@
htmlchars_la_LIBADD = $(GTK_LIBS)
export_la_LIBADD = $(GTK_LIBS)
vcdiff_la_LIBADD = $(GTK_LIBS)
-autosave_la_LIBAD = $(GTK_LIBS)
+autosave_la_LIBADD = $(GTK_LIBS)
filebrowser_la_LIBADD = $(GTK_LIBS)
endif # PLUGINS
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