- Fix problem in keyboard layout selector (483195)
This commit is contained in:
parent
8fbee730da
commit
bb6bd7d2f4
@ -3455,7 +3455,7 @@ diff -up gdm-2.25.2/daemon/gdm-session-direct.c.multistack-but-boring gdm-2.25.2
|
|||||||
+ conversation = (GdmSessionConversation *) value;
|
+ conversation = (GdmSessionConversation *) value;
|
||||||
+
|
+
|
||||||
+ send_dbus_string_signal (conversation, "SetLayoutName",
|
+ send_dbus_string_signal (conversation, "SetLayoutName",
|
||||||
+ get_language_name (impl));
|
+ get_layout_name (impl));
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
5
gdm.spec
5
gdm.spec
@ -15,7 +15,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.26.0
|
Version: 2.26.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -350,6 +350,9 @@ fi
|
|||||||
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 20 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-6
|
||||||
|
- Fix problem in keyboard layout selector (483195)
|
||||||
|
|
||||||
* Thu Mar 19 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-5
|
* Thu Mar 19 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.0-5
|
||||||
- Use gethostname() _properly_ instead of g_get_host_name() when writing
|
- Use gethostname() _properly_ instead of g_get_host_name() when writing
|
||||||
out xauth files, because the hostname may change out from
|
out xauth files, because the hostname may change out from
|
||||||
|
Loading…
Reference in New Issue
Block a user