From ad85aa7e6e1125da3d6fbab370dfb251cdd7d0e7 Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Mon, 23 Jul 2001 20:31:15 +0000 Subject: [PATCH] Don't adjust pixmap width 2001-07-23 Bradford Hovinen * applier.c (renderer_render_wallpaper): Don't adjust pixmap width --- capplets/sound/sound-properties-capplet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index f08af9a55..23b5fda8a 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -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");