[Xfce4-commits] <xfce4-xkb-plugin:master> Don't use path as variable name.
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:14 CEST 2011
Updating branch refs/heads/master
to c64f458ea3527662febba1bd54a7baed2be589d3 (commit)
from 13a7efc3d31dad14a178c65f8c74406b71ac0fa7 (commit)
commit c64f458ea3527662febba1bd54a7baed2be589d3
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Apr 28 19:58:35 2011 +0200
Don't use path as variable name.
panel-plugin/xfce4-xkb-plugin.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/panel-plugin/xfce4-xkb-plugin.h b/panel-plugin/xfce4-xkb-plugin.h
index ddbaa46..cc4fbf0 100644
--- a/panel-plugin/xfce4-xkb-plugin.h
+++ b/panel-plugin/xfce4-xkb-plugin.h
@@ -4,7 +4,7 @@
*
* Parts of this program comes from the XfKC tool:
* Copyright (C) 2006 Gauvain Pocentek <gauvainpocentek at gmail.com>
- *
+ *
* A part of this file comes from the gnome keyboard capplet (control-center):
* Copyright (C) 2003 Sergey V. Oudaltsov <svu at users.sourceforge.net>
*
@@ -36,13 +36,13 @@
#include <gtk/gtk.h>
#include <glib.h>
-typedef enum
+typedef enum
{
DISPLAY_TYPE_IMAGE = 0,
DISPLAY_TYPE_TEXT = 1
} t_display_type;
-typedef struct
+typedef struct
{
XfcePanelPlugin *plugin;
@@ -65,7 +65,7 @@ typedef struct
/* */
GtkWidget *kbd_model_combo;
GtkListStore *combo_store;
-
+
GtkWidget *layout_tree_view;
GtkListStore *layout_store;
More information about the Xfce4-commits
mailing list