[gnome-control-center] region: Small style fix
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] region: Small style fix
- Date: Fri, 21 Jan 2011 17:12:10 +0000 (UTC)
commit 5299e667b248bfdb8587c12b816ea0a1373e8205
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 21 17:07:32 2011 +0000
region: Small style fix
panels/region/gnome-region-panel-xkblt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/region/gnome-region-panel-xkblt.c b/panels/region/gnome-region-panel-xkblt.c
index ff21132..98308ea 100644
--- a/panels/region/gnome-region-panel-xkblt.c
+++ b/panels/region/gnome-region-panel-xkblt.c
@@ -425,7 +425,7 @@ static void
xkb_layouts_update_list (GSettings * settings,
gchar * key, GtkBuilder * dialog)
{
- if (!strcmp (key, GKBD_KEYBOARD_CONFIG_KEY_LAYOUTS)) {
+ if (strcmp (key, GKBD_KEYBOARD_CONFIG_KEY_LAYOUTS) == 0) {
xkb_layouts_fill_selected_tree (dialog);
enable_disable_restoring (dialog);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]