[Xfce4-commits] <xfce4-xkb-plugin:master> Fix mixed declarations and code.
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:23 CEST 2011
Updating branch refs/heads/master
to 97d75e2fce04ba780a166c4b4d5ab0697efd1e64 (commit)
from c1cd989a3e0a4ab3698a237291d5b26572a576c2 (commit)
commit 97d75e2fce04ba780a166c4b4d5ab0697efd1e64
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Apr 28 20:24:59 2011 +0200
Fix mixed declarations and code.
panel-plugin/xkb-util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/xkb-util.c b/panel-plugin/xkb-util.c
index 945eacb..a096c29 100644
--- a/panel-plugin/xkb-util.c
+++ b/panel-plugin/xkb-util.c
@@ -33,10 +33,10 @@
gchar*
xkb_util_get_flag_filename (gchar* group_name)
{
- g_assert (group_name != NULL);
-
gchar* filename;
+ g_assert (group_name != NULL);
+
filename = g_strconcat (FLAGSDIR, "/", group_name, ".svg", NULL);
return filename;
More information about the Xfce4-commits
mailing list