Author: olivier
Date: 2008-10-16 22:28:00 +0000 (Thu, 16 Oct 2008)
New Revision: 28271

Modified:
   xfce4-settings/trunk/ChangeLog
   xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c
Log:
Remove misleading comment, the functionality works as expected.

Modified: xfce4-settings/trunk/ChangeLog
===================================================================
--- xfce4-settings/trunk/ChangeLog      2008-10-16 22:12:36 UTC (rev 28270)
+++ xfce4-settings/trunk/ChangeLog      2008-10-16 22:28:00 UTC (rev 28271)
@@ -1,5 +1,10 @@
 2008-10-16             olivier
 
+       * dialogs/keyboard-settings/xfce-keyboard-settings.c: Remove misleading
+         comment, the functionality works as expected.
+
+2008-10-16             olivier
+
        * dialogs/keyboard-settings/xfce-keyboard-settings.c: Add group
          selection.
 

Modified: 
xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c
===================================================================
--- xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c     
2008-10-16 22:12:36 UTC (rev 28270)
+++ xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c     
2008-10-16 22:28:00 UTC (rev 28271)
@@ -1132,7 +1132,6 @@
   view = glade_xml_get_widget (settings->priv->glade_xml, "xkb_layout_view");
   model = gtk_tree_view_get_model (GTK_TREE_VIEW (view));
 
-  /* FIXME: This actually does not work, xkl_state->group is always 0 */
   xkl_state = xkl_engine_get_current_state (settings->priv->xkl_engine);
   if (xkl_state != NULL)
     current_group = xkl_state->group;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to