Fixes #323895
2005-12-14 Matthias Clasen <mclasen@redhat.com> Fixes #323895 * gnome-settings-xsettings.c: Support the symbolic colors setting in GTK+ 2.10.
This commit is contained in:
parent
6cd7761a3e
commit
f6c3cd23ca
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-12-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Fixes #323895
|
||||||
|
|
||||||
|
* gnome-settings-xsettings.c: Support the symbolic colors setting
|
||||||
|
in GTK+ 2.10.
|
||||||
|
|
||||||
2005-12-12 Philippe Troin <phil@fifi.org>
|
2005-12-12 Philippe Troin <phil@fifi.org>
|
||||||
|
|
||||||
Fixes #323690
|
Fixes #323690
|
||||||
|
|
|
@ -122,6 +122,8 @@ static TranslationEntry translations [] = {
|
||||||
GCONF_VALUE_INT, translate_int_int },
|
GCONF_VALUE_INT, translate_int_int },
|
||||||
{ "/desktop/gnome/interface/gtk_theme", "Net/ThemeName",
|
{ "/desktop/gnome/interface/gtk_theme", "Net/ThemeName",
|
||||||
GCONF_VALUE_STRING, translate_string_string },
|
GCONF_VALUE_STRING, translate_string_string },
|
||||||
|
{ "/desktop/gnome/interface/gtk_color_scheme", "Gtk/ColorScheme",
|
||||||
|
GCONF_VALUE_STRING, translate_string_string },
|
||||||
{ "/desktop/gnome/interface/gtk-im-preedit-style", "Gtk/IMPreeditStyle",
|
{ "/desktop/gnome/interface/gtk-im-preedit-style", "Gtk/IMPreeditStyle",
|
||||||
GCONF_VALUE_STRING, translate_string_string },
|
GCONF_VALUE_STRING, translate_string_string },
|
||||||
{ "/desktop/gnome/interface/gtk-im-status-style", "Gtk/IMStatusStyle",
|
{ "/desktop/gnome/interface/gtk-im-status-style", "Gtk/IMStatusStyle",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue