Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis/src/bin


Modified Files:
        emphasis_player.c 


Log Message:
cleanup of some textblock tags

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/src/bin/emphasis_player.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- emphasis_player.c   14 Mar 2007 01:28:03 -0000      1.10
+++ emphasis_player.c   20 Mar 2007 08:47:04 -0000      1.11
@@ -389,12 +389,12 @@
                    "</left_margin>",
                    title, artist, album);
            asprintf(&info_textblock,
-                    "<b><font size=16>%s </font size></b>"
+                    "<b><font size=16>%s </font></b>"
                     "\n\n"
-                    "<font size=11><i>by</i></font size> "
-                    "<font size=13>%s </font size>\n"
-                    "<font size=11><i>in</i></font size> "
-                    "<font size=13>%s </font size> ",
+                    "<font size=11><i>by</i></font> "
+                    "<font size=13>%s </font>\n"
+                    "<font size=11><i>in</i></font> "
+                    "<font size=13>%s </font> ",
                     title, artist, album);
         }
       else
@@ -411,12 +411,12 @@
                    "</left_margin>",
                    title, artist, album, msg);
           asprintf(&info_textblock,
-                   "<b><font size=16>%s </font size></b>\n"
-                   "<font size=10>   (%s)</font size>\n"
-                   "<font size=11><i>by</i></font size> "
-                   "<font size=13>%s </font size>\n"
-                   "<font size=11><i>in</i></font size> "
-                   "<font size=13>%s </font size>",
+                   "<b><font size=16>%s </font></b>\n"
+                   "<font size=10>   (%s)</font>\n"
+                   "<font size=11><i>by</i></font> "
+                   "<font size=13>%s </font>\n"
+                   "<font size=11><i>in</i></font> "
+                   "<font size=13>%s </font>",
                    title, msg, artist, album);
         }
       



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to