summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-09-09 00:20:37 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2008-09-09 00:20:37 +0000
commitd994afb0e6fc722c3e8c5ea9119c59d44daca776 (patch)
tree8fed84a09fb9c61a9c98777429484f6a1f49cedf /ChangeLog
parent3d19056cb02d0619e52e6d1cbf308525c6279287 (diff)
downloadgdm-d994afb0e6fc722c3e8c5ea9119c59d44daca776.tar.gz
Use the selected item instead of the active item for the language and
2008-09-08 William Jon McCann <jmccann@redhat.com> * gui/simple-greeter/gdm-chooser-widget.c (translate_view_path_to_list_path), (get_active_item_id), (get_selected_list_path), (gdm_chooser_widget_get_selected_item): * gui/simple-greeter/gdm-chooser-widget.h: * gui/simple-greeter/gdm-language-chooser-widget.c (gdm_language_chooser_widget_get_current_language_name): * gui/simple-greeter/gdm-layout-chooser-widget.c (gdm_layout_chooser_widget_get_current_layout_name): Use the selected item instead of the active item for the language and layout choosers. We don't do this for the user chooser because we change the selection of it in order to work around the widget using the selection color. svn path=/trunk/; revision=6484
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62557bb9..86b86550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2008-09-08 William Jon McCann <jmccann@redhat.com>
+ * gui/simple-greeter/gdm-chooser-widget.c
+ (translate_view_path_to_list_path), (get_active_item_id),
+ (get_selected_list_path), (gdm_chooser_widget_get_selected_item):
+ * gui/simple-greeter/gdm-chooser-widget.h:
+ * gui/simple-greeter/gdm-language-chooser-widget.c
+ (gdm_language_chooser_widget_get_current_language_name):
+ * gui/simple-greeter/gdm-layout-chooser-widget.c
+ (gdm_layout_chooser_widget_get_current_layout_name):
+ Use the selected item instead of the active item for the
+ language and layout choosers. We don't do this for the
+ user chooser because we change the selection of it in order
+ to work around the widget using the selection color.
+
+2008-09-08 William Jon McCann <jmccann@redhat.com>
+
* daemon/gdm-display.c (gdm_display_real_manage):
* daemon/gdm-slave-proxy.c (rotate_logs), (spawn_child_setup),
(spawn_command_line_async), (spawn_slave),