Don't adjust pixmap width
2001-07-23 Bradford Hovinen <hovinen@ximian.com> * applier.c (renderer_render_wallpaper): Don't adjust pixmap width
This commit is contained in:
parent
64dd0e7fc6
commit
ad85aa7e6e
1 changed files with 0 additions and 2 deletions
|
@ -52,10 +52,8 @@ apply_settings (Bonobo_ConfigDatabase db)
|
|||
|
||||
enable_esd = bonobo_config_get_boolean (db, "/main/enable_esd", NULL);
|
||||
|
||||
#if 0
|
||||
if (enable_esd && gnome_sound_connection < 0)
|
||||
start_esd ();
|
||||
#endif
|
||||
|
||||
if (!enable_esd && gnome_sound_connection >= 0)
|
||||
system ("killall esd");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue