summaryrefslogtreecommitdiff
path: root/capplets/keyboard/mate-keyboard-properties-xkblt.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-xkblt.c')
-rw-r--r--capplets/keyboard/mate-keyboard-properties-xkblt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkblt.c b/capplets/keyboard/mate-keyboard-properties-xkblt.c
index b9971e65..115ffac0 100644
--- a/capplets/keyboard/mate-keyboard-properties-xkblt.c
+++ b/capplets/keyboard/mate-keyboard-properties-xkblt.c
@@ -357,7 +357,7 @@ show_selected_layout (GtkWidget * button, GtkBuilder * dialog)
GSList *layouts_list = xkb_layouts_get_selected_list ();
const gchar *id = g_slist_nth_data (layouts_list, idx);
char *descr = xkb_layout_description_utf8 (id);
- GtkWidget *popup = matekbd_keyboard_drawing_new_dialog (idx, descr);
+ matekbd_keyboard_drawing_new_dialog (idx, descr);
clear_xkb_elements_list (layouts_list);
g_free (descr);
}