[geany/geany-plugins] e8aa5b: Remove message saying that treebrowser is unmaintained

Adam Dingle git-noreply at xxxxx
Mon Oct 30 10:25:47 UTC 2017


Branch:      refs/heads/master
Author:      Adam Dingle <adam at medovina.org>
Committer:   Adam Dingle <adam at medovina.org>
Date:        Mon, 30 Oct 2017 10:25:47 UTC
Commit:      e8aa5b913b4380463e624e64a6385f7c214c0848
             https://github.com/geany/geany-plugins/commit/e8aa5b913b4380463e624e64a6385f7c214c0848

Log Message:
-----------
Remove message saying that treebrowser is unmaintained


Modified Paths:
--------------
    treebrowser/src/treebrowser.c

Modified: treebrowser/src/treebrowser.c
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -126,10 +126,8 @@ PLUGIN_SET_TRANSLATABLE_INFO(
 	GETTEXT_PACKAGE,
 	_("TreeBrowser"),
 	_("This plugin adds a tree browser to Geany, allowing the user to "
-	  "browse files using a tree view of the directory being browsed."
-	  "\nThis plugin currently has no maintainer. Would you like to help "
-	  "by contributing to this plugin?"),
-	"0.20" ,
+	  "browse files using a tree view of the directory being browsed."),
+	"1.32" ,
 	"Adrian Dimitrov (dimitrov.adrian at gmail.com)")
 
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list