Set the Net/FallbackIconTheme XSetting for new versions of
2006-01-14 Rodney Dawes <dobey@novell.com> * gnome-settings-xsettings.c (xsettings_callback): (gnome_settings_xsettings_load): Set the Net/FallbackIconTheme XSetting for new versions of gnome-icon-theme and gtk+ >= 2.8.10 See bug #325546
This commit is contained in:
parent
b1314c6387
commit
90c31372c9
2 changed files with 16 additions and 0 deletions
|
@ -229,6 +229,10 @@ xsettings_callback (GConfEntry *entry)
|
|||
|
||||
process_value (trans, entry->value);
|
||||
|
||||
for (i = 0; managers [i]; i++)
|
||||
xsettings_manager_set_string (managers [i], "Net/FallbackIconTheme",
|
||||
"gnome");
|
||||
|
||||
for (i = 0; managers [i]; i++)
|
||||
xsettings_manager_notify (managers [i]);
|
||||
}
|
||||
|
@ -452,6 +456,10 @@ gnome_settings_xsettings_load (GConfClient *client)
|
|||
gnome_settings_update_xft (client);
|
||||
#endif /* HAVE_XFT */
|
||||
|
||||
for (i = 0; managers [i]; i++)
|
||||
xsettings_manager_set_string (managers [i], "Net/FallbackIconTheme",
|
||||
"gnome");
|
||||
|
||||
for (i = 0; managers [i]; i++)
|
||||
xsettings_manager_notify (managers [i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue