don't forget the Xft callback (fixes bug #455992)
2007-07-12 Jens Granseuer <jensgr@gmx.net> * gnome-settings-xsettings.c: (gnome_settings_module_xsettings_initialize): don't forget the Xft callback (fixes bug #455992) svn path=/trunk/; revision=7852
This commit is contained in:
parent
bdc83177c7
commit
17f843f6fc
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-07-12 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-settings-xsettings.c:
|
||||
(gnome_settings_module_xsettings_initialize): don't forget the Xft
|
||||
callback (fixes bug #455992)
|
||||
|
||||
2007-07-01 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Grzegorz Dymarek <gregd@interia.pl>
|
||||
|
|
|
@ -333,11 +333,11 @@ gnome_settings_module_xsettings_initialize (GnomeSettingsModule *module, GConfCl
|
|||
gnome_settings_register_config_callback ("/desktop/gtk", xsettings_callback);
|
||||
gnome_settings_register_config_callback ("/desktop/gnome/interface", xsettings_callback);
|
||||
|
||||
return TRUE;
|
||||
|
||||
#ifdef HAVE_XFT2
|
||||
gnome_settings_register_config_callback (FONT_RENDER_DIR, xft_callback);
|
||||
#endif /* HAVE_XFT2 */
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#ifdef HAVE_XFT2
|
||||
|
|
Loading…
Add table
Reference in a new issue