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:
Bradford Hovinen 2001-07-23 20:31:15 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 64dd0e7fc6
commit ad85aa7e6e

View file

@ -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");