[Xfce4-commits] <thunarx-python:master> Added NULL to the end of g_strconcat
Adam Plumb
noreply at xfce.org
Thu May 27 18:14:22 CEST 2010
Updating branch refs/heads/master
to 0b781429f736d819d1ae1057d25f726059ef293f (commit)
from cace9391e74fd578e4a77e1bfe430abfdc7e47e1 (commit)
commit 0b781429f736d819d1ae1057d25f726059ef293f
Author: Adam Plumb <adamplumb at gmail.com>
Date: Wed Jan 20 13:55:42 2010 -0500
Added NULL to the end of g_strconcat
src/thunarx.override | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/thunarx.override b/src/thunarx.override
index be87b0f..510f0c7 100644
--- a/src/thunarx.override
+++ b/src/thunarx.override
@@ -386,7 +386,7 @@ _wrap_thunarx_file_info_set_emblem(PyGObject *self, PyObject *args)
if (emblem != NULL)
{
- emblem = g_strconcat("emblem-", emblem);
+ emblem = g_strconcat("emblem-", emblem, NULL);
emblem_names = g_strsplit (emblem, ";", -1);
}
More information about the Xfce4-commits
mailing list