libxklavier 1.12 compatibility
This commit is contained in:
parent
3470a2f169
commit
00f80f214b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-25 Sergey V. Udaltsov <svu@gnome.org>
|
||||
|
||||
* libxklavier 1.12 compatibility
|
||||
|
||||
2004-11-09 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* Makefile.am: install .desktop file in $(datadir)/applications.
|
||||
|
|
|
@ -168,7 +168,7 @@ prepare_selected_layouts_tree (GladeXML * dialog)
|
|||
g_signal_connect_swapped (G_OBJECT (selection), "changed",
|
||||
G_CALLBACK
|
||||
(enable_disable_layouts_buttons), dialog);
|
||||
maxSelectedLayouts = XklMultipleLayoutsSupported ()? XkbNumKbdGroups : 1;
|
||||
maxSelectedLayouts = ( XklGetBackendFeatures() & XKLF_MULTIPLE_LAYOUTS_SUPPORTED ) ? XkbNumKbdGroups : 1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue