Fixes #328748
2006-01-26 Rodrigo Moya <rodrigownovell.com> Fixes #328748 * gnome-keyboard-properties.c (blink_to_widget): remove space before punctuation.
This commit is contained in:
parent
a29d713ce8
commit
a50c3cb789
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-01-26 Rodrigo Moya <rodrigownovell.com>
|
||||
|
||||
Fixes #328748
|
||||
|
||||
* gnome-keyboard-properties.c (blink_to_widget): remove space
|
||||
before punctuation.
|
||||
|
||||
2006-01-22 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
Fixes #168790
|
||||
|
|
|
@ -106,7 +106,7 @@ accessibility_button_clicked (GtkWidget *widget,
|
|||
GError *err = NULL;
|
||||
if (!g_spawn_command_line_async ("gnome-accessibility-keyboard-properties", &err))
|
||||
capplet_error_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget)),
|
||||
_("There was an error launching the keyboard tool : %s"),
|
||||
_("There was an error launching the keyboard tool: %s"),
|
||||
err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue