Add a setting for gtk icon theme.
2003-11-13 Marco Pesenti Gritti <marco@gnome.org> * gnome-settings-xsettings.c: Add a setting for gtk icon theme.
This commit is contained in:
parent
3cd10b9aa0
commit
bf55e34692
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
|
||||||
|
|
||||||
|
* gnome-settings-xsettings.c:
|
||||||
|
|
||||||
|
Add a setting for gtk icon theme.
|
||||||
|
|
||||||
2003-10-28 Jody Goldberg <jody@gnome.org>
|
2003-10-28 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.5.0
|
* Release 2.5.0
|
||||||
|
|
|
@ -124,6 +124,8 @@ static TranslationEntry translations [] = {
|
||||||
{ "/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",
|
||||||
|
GCONF_VALUE_STRING, translate_string_string },
|
||||||
|
{ "/desktop/gnome/interface/icon_theme", "Net/IconThemeName",
|
||||||
GCONF_VALUE_STRING, translate_string_string }
|
GCONF_VALUE_STRING, translate_string_string }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue