This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 four-corners/fc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0e318a20720aae1126f72a2c02bd75350694a20c
Author: Shane Bryan <[EMAIL PROTECTED]>
Date:   Tue Aug 26 15:51:54 2008 -0700

    - Fixed bug where changes to the Colorado and Arizona icon file
      names were not getting assigned to the proper button objects
    
    Signed-off-by: Shane Bryan <[EMAIL PROTECTED]>


Diff in this email is a maximum of 400 lines.
diff --git a/four-corners/fc.c b/four-corners/fc.c
index 9594be0..d406960 100644
--- a/four-corners/fc.c
+++ b/four-corners/fc.c
@@ -1010,11 +1010,11 @@ static void fcScreenOptionChanged (CompScreen *s, 
CompOption *opt,
         redraw = fcButtonImageToTexture(s,corners[NW].button);
         break;
     case FcScreenOptionColoradoIcon:
-        fcSetImageFilename(NW,fcGetColoradoIcon(s));
+        fcSetImageFilename(NE,fcGetColoradoIcon(s));
         redraw = fcButtonImageToTexture(s,corners[NE].button);
         break;
     case FcScreenOptionArizonaIcon:
-        fcSetImageFilename(NW,fcGetArizonaIcon(s));
+        fcSetImageFilename(SW,fcGetArizonaIcon(s));
         redraw = fcButtonImageToTexture(s,corners[SW].button);
         break;
     case FcScreenOptionNewmexicoIcon:
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to