2002-06-17  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85327
	* gnome-settings-xsettings.c (translate_string_string) : These strings
	  do look wrong.  The capplet is setting the keys from the schema.
	  we were not mapping them to the write xsettings.  It did not really
	  matter because we were not using xsettings to communicate these
	  values.
This commit is contained in:
Jody Goldberg 2002-06-17 21:22:12 +00:00 committed by Jody Goldberg
parent 7f1c6805e7
commit 91d6c53977
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
2002-06-17 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85327
* gnome-settings-xsettings.c (translate_string_string) : These strings
do look wrong. The capplet is setting the keys from the schema.
we were not mapping them to the write xsettings. It did not really
matter because we were not using xsettings to communicate these
values.
2002-06-10 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :

View file

@ -66,9 +66,9 @@ static TranslationEntry translations [] = {
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/interface/gtk_key_theme", "Gtk/KeyThemeName",
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/gtk-toolbar-style", "Gtk/ToolbarStyle",
{ "/desktop/gnome/interface/toolbar_style", "Gtk/ToolbarStyle",
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/gtk-toolbar-icon-size", "Gtk/ToolbarIconSize",
{ "/desktop/gnome/interface/toolbar_icon_size", "Gtk/ToolbarIconSize",
GCONF_VALUE_STRING, translate_string_string },
{ "/desktop/gnome/interface/cursor_blink", "Net/CursorBlink",
GCONF_VALUE_BOOL, translate_bool_int },