[geany/geany-plugins] bed20a: git-changebar: Fix crash after reloading the plugin

Colomban Wendling git-noreply at xxxxx
Thu Jun 18 01:23:51 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 18 Jun 2015 01:23:51 UTC
Commit:      bed20a0087b02995b004c3572c5fb4ec8ba9d04b
             https://github.com/geany/geany-plugins/commit/bed20a0087b02995b004c3572c5fb4ec8ba9d04b

Log Message:
-----------
git-changebar: Fix crash after reloading the plugin

Closes #237.


Modified Paths:
--------------
    git-changebar/src/gcb-plugin.c

Modified: git-changebar/src/gcb-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -59,7 +59,7 @@ PLUGIN_SET_TRANSLATABLE_INFO (
 #define QUIT_THREAD_JOB ((AsyncBlobContentsJob *) (&G_queue))
 
 #define RESOURCES_ALLOCATED_QTAG \
-  (g_quark_from_static_string (PLUGIN"/git-resources-allocated"))
+  (g_quark_from_string (PLUGIN"/git-resources-allocated"))
 
 
 enum {



--------------
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