fix various string and layout issues (bug #521826)

2008-03-27  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties-a11y.c: (setup_a11y_tabs):
	* gnome-keyboard-properties.c: (create_dialog), (setup_dialog):
	* gnome-keyboard-properties.glade: fix various string and layout
	issues (bug #521826)

svn path=/trunk/; revision=8600
This commit is contained in:
Jens Granseuer 2008-03-27 20:06:47 +00:00 committed by Jens Granseuer
parent 23326ef678
commit c4ec1346ad
4 changed files with 20 additions and 45 deletions

View file

@ -183,8 +183,6 @@ setup_a11y_tabs (GladeXML *dialog, GConfChangeSet *changeset)
{
GConfClient *client;
GtkWidget *w;
GtkLabel *mousekeys_label;
gchar *label;
client = gconf_client_get_default ();
gconf_client_add_dir (client, CONFIG_ROOT, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
@ -242,12 +240,6 @@ setup_a11y_tabs (GladeXML *dialog, GConfChangeSet *changeset)
G_CALLBACK (mousekeys_enable_toggled_cb), dialog);
mousekeys_enable_toggled_cb (w, dialog);
mousekeys_label = GTK_LABEL (GTK_BIN (w)->child);
label = g_strconcat ("<b>", gtk_label_get_label (mousekeys_label), "</b>", NULL);
gtk_label_set_label (mousekeys_label, label);
gtk_label_set_use_markup (mousekeys_label, TRUE);
g_free (label);
gconf_peditor_new_numeric_range (changeset,
CONFIG_ROOT "/mousekeys_accel_time",
WID ("mousekeys_accel_time_slide"),