Revision: 1730
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1730&view=rev
Author: eht16
Date: 2010-11-07 17:19:21 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
Add webhelper/src/gwh-plugin.c to POTFILES.in
Modified Paths:
--------------
trunk/geany-plugins/po/POTFILES.in
Modified: trunk/geany-plugins/po/POTFILES.in
===================================================================
--- trunk/geany-plugins/po/POTFILES.in 2010-11-07 16:52:59 UTC (rev 1729)
+++ trunk/geany-plugins/po/POTFILES.in 2010-11-07 17:19:21 UTC (rev 1730)
@@ -125,3 +125,6 @@
# UpdateChecker
updatechecker/src/updatechecker.c
+
+# WebHelper
+webhelper/src/gwh-plugin.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1723
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1723&view=rev
Author: hyperair
Date: 2010-11-05 18:42:12 +0000 (Fri, 05 Nov 2010)
Log Message:
-----------
Fix mismatched ) in GP_CHECK_PLUGIN_DEPS
Modified Paths:
--------------
trunk/geany-plugins/build/common.m4
Modified: trunk/geany-plugins/build/common.m4
===================================================================
--- trunk/geany-plugins/build/common.m4 2010-11-05 18:41:45 UTC (rev 1722)
+++ trunk/geany-plugins/build/common.m4 2010-11-05 18:42:12 UTC (rev 1723)
@@ -33,5 +33,5 @@
[m4_tolower(AS_TR_SH(enable_$1))=no])
fi
- AM_CONDITIONAL(m4_toupper(AS_TR_SH(ENABLE_$2)), test "$m4_tolower(AS_TR_SH(enable_$1_)" = yes)
+ AM_CONDITIONAL(m4_toupper(AS_TR_SH(ENABLE_$2)), test "$m4_tolower(AS_TR_SH(enable_$1_)" = yes))
])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.