Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: desktops.c Log Message: Fix changing no background to background. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v retrieving revision 1.219 retrieving revision 1.220 diff -u -3 -r1.219 -r1.220 --- desktops.c 14 Jan 2006 14:30:51 -0000 1.219 +++ desktops.c 16 Jan 2006 12:17:56 -0000 1.220 @@ -683,11 +683,9 @@ if (dsk->bg.bg != bg) { + DeskBackgroundFree(dsk, 1); if (dsk->bg.bg) - { - DeskBackgroundFree(dsk, 1); - BackgroundDecRefcount(dsk->bg.bg); - } + BackgroundDecRefcount(dsk->bg.bg); if (bg) BackgroundIncRefcount(bg); } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs