SF.net SVN: geany-plugins:[1460] trunk/geany-plugins/geanygendoc

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Jun 14 19:56:49 UTC 2010


Revision: 1460
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1460&view=rev
Author:   colombanw
Date:     2010-06-14 19:56:49 +0000 (Mon, 14 Jun 2010)

Log Message:
-----------
GeanyGenDoc: Update a string

Modified Paths:
--------------
    trunk/geany-plugins/geanygendoc/ChangeLog
    trunk/geany-plugins/geanygendoc/src/ggd.c

Modified: trunk/geany-plugins/geanygendoc/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygendoc/ChangeLog	2010-06-14 19:56:27 UTC (rev 1459)
+++ trunk/geany-plugins/geanygendoc/ChangeLog	2010-06-14 19:56:49 UTC (rev 1460)
@@ -2,6 +2,8 @@
 
   * src/ggd-plugin.h:
     Post-release version bump.
+  * src/ggd.c:
+    Update a string.
 
 
 2010-06-12  Colomban Wendling  <ban(at)herbesfolles(dot)org>

Modified: trunk/geany-plugins/geanygendoc/src/ggd.c
===================================================================
--- trunk/geany-plugins/geanygendoc/src/ggd.c	2010-06-14 19:56:27 UTC (rev 1459)
+++ trunk/geany-plugins/geanygendoc/src/ggd.c	2010-06-14 19:56:49 UTC (rev 1460)
@@ -562,10 +562,7 @@
   g_return_val_if_fail (DOC_VALID (doc), FALSE);
   
   if (! doc->tm_file) {
-    /* FIXME: we're on string freeze then don't add a new string; simply re-use
-     * an existing one. Need to fix this after string freeze. */
-    /*msgwin_status_add (_("No tags in the document"));*/
-    msgwin_status_add (_("No valid tag at line %d."), 1);
+    msgwin_status_add (_("No tags in the document"));
   } else if (get_config (doc, doc_type, &filetype, &doctype)) {
     GList    *tag_list;
     


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list