new version of the layout chooser
svn path=/trunk/; revision=7426
This commit is contained in:
parent
77a88ffbfe
commit
9d00463e32
5 changed files with 1599 additions and 2105 deletions
|
@ -74,7 +74,8 @@ xkb_layout_preview_update (GladeXML * chooser_dialog)
|
|||
GtkWidget *chooser = CWID ("xkb_layout_chooser");
|
||||
GtkWidget *kbdraw =
|
||||
GTK_WIDGET (g_object_get_data (G_OBJECT (chooser), "kbdraw"));
|
||||
gchar *id = xkb_layout_chooser_get_selected_id (chooser_dialog);
|
||||
const gchar *id =
|
||||
xkb_layout_chooser_get_selected_id (chooser_dialog);
|
||||
|
||||
if (kbdraw != NULL && id != NULL) {
|
||||
XklConfigRec *data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue