From 31260b2c20c0f9763206d8b04ee168302917f076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 5 Dec 2015 12:31:24 +0100 Subject: [PATCH] Version 15.56.4 --- icon/chat64x64.gif | Bin 0 -> 460 bytes icon/dot64x64.png | Bin 0 -> 510 bytes swad_changelog.h | 5 +++-- swad_chat.c | 10 +++++----- swad_course.c | 2 +- swad_forum.c | 8 ++++---- 6 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 icon/chat64x64.gif create mode 100644 icon/dot64x64.png diff --git a/icon/chat64x64.gif b/icon/chat64x64.gif new file mode 100644 index 0000000000000000000000000000000000000000..f78d876ff0c843a611c7b9ec43ad01be15eaf05d GIT binary patch literal 460 zcmV;-0WM)j$~<` zXsWJk>%MR-&#h7jK(6P*q0kz~VMi?H0tg^wfipUb1P9I0d|HVF+3?CO{#=8um}qEK z$LOpojBe-3D1&^jzwu|B_qe7z>2vc{)RZ#5PJMAh_CvQ`QF# z78DIhU}Q-KQguN5sv%|(q-;0jR2lcf0%IBLc4&~mr{2GS0}CEZxUk{Fh!Z1@0029a C+r7yE literal 0 HcmV?d00001 diff --git a/icon/dot64x64.png b/icon/dot64x64.png new file mode 100644 index 0000000000000000000000000000000000000000..660f729e3280ca5c69ee23a7c26cca8ec4c3d265 GIT binary patch literal 510 zcmVEI%$lT_5LrI*B^BBngb+dq>Dk72Y5o5vPkh~-uoLc2`>t3c%^-^Vnn2Zk?)G*>>f! z1w?S8IUd&y5CV`2@;pi`3b%W)s3=;;$!TE0{0ac+32}l5++WqUx@BwS2i?&uy~pP; z)u#?v=FjwiWC1ZedO9Ya%&x%VjD5#kk49U}R_ccLfW76Lc@w5Lp_PX6Y?Rij@c?cR z!aIN)Fdl#lzkQ=UoPG~=;d63qc5OTW3cm3Q=2svuUp#to`HGzJ0G%e^^*jgJx2EAY zA@GdJ1_o4&*^ob8#1coX{d&iEfF#b{MCs#RhA_f7I5@cCXkdHru-sn4qxp|f21Qh{ zGi1lGBI1BmlV|E`{5^*hO7x#b2qA" - "\"%s\"" " %s" @@ -138,7 +138,7 @@ void Cht_ShowListOfAvailableChatRooms (void) !Gbl.Usrs.Me.MyDegrees.Num); sprintf (ThisRoomFullName,"%s (%s)",Txt_General,Txt_SEX_PLURAL_abc[Usr_SEX_ALL]); Cht_WriteLinkToChat1 ("GBL_USR",Txt_SEX_PLURAL_Abc[Usr_SEX_ALL],ThisRoomFullName,1,IsLastItemInLevel); - fprintf (Gbl.F.Out,"\"%s\"", Gbl.Prefs.IconsURL, @@ -152,7 +152,7 @@ void Cht_ShowListOfAvailableChatRooms (void) case Rol_STUDENT: sprintf (ThisRoomFullName,"%s (%s)",Txt_General,Txt_ROLES_PLURAL_abc[Rol_STUDENT][Usr_SEX_ALL]); Cht_WriteLinkToChat1 ("GBL_STD",Txt_Students_ABBREVIATION,ThisRoomFullName,1,IsLastItemInLevel); - fprintf (Gbl.F.Out,"\"%s\"", Gbl.Prefs.IconsURL, @@ -162,7 +162,7 @@ void Cht_ShowListOfAvailableChatRooms (void) case Rol_TEACHER: sprintf (ThisRoomFullName,"%s (%s)",Txt_General,Txt_ROLES_PLURAL_abc[Rol_TEACHER][Usr_SEX_ALL]); Cht_WriteLinkToChat1 ("GBL_TCH",Txt_Teachers_ABBREVIATION,ThisRoomFullName,1,IsLastItemInLevel); - fprintf (Gbl.F.Out,"\"%s\"", Gbl.Prefs.IconsURL, @@ -213,7 +213,7 @@ void Cht_ShowListOfAvailableChatRooms (void) sprintf (ThisRoomShortName,"%s",Crs.ShortName); sprintf (ThisRoomFullName,"%s %s",Txt_Course,Crs.ShortName); Cht_WriteLinkToChat1 (ThisRoomCode,ThisRoomShortName,ThisRoomFullName,2,IsLastItemInLevel); - fprintf (Gbl.F.Out,"\"%s\"", Gbl.Prefs.IconsURL, diff --git a/swad_course.c b/swad_course.c index 1e6f2bfb3..e06a82034 100644 --- a/swad_course.c +++ b/swad_course.c @@ -776,7 +776,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) sprintf (Gbl.Title,Txt_Go_to_X,Crs.ShortName); Act_LinkFormSubmit (Gbl.Title, The_ClassForm[Gbl.Prefs.Theme]); - fprintf (Gbl.F.Out,"\"%s\"", Gbl.Prefs.IconsURL, diff --git a/swad_forum.c b/swad_forum.c index 93debfadd..8773e13bd 100644 --- a/swad_forum.c +++ b/swad_forum.c @@ -1803,7 +1803,7 @@ static void For_WriteLinkToTopLevelOfForums (void) Act_FormStart (ActSeeFor); For_PutAllHiddenParamsForum (); Act_LinkFormSubmit (Txt_Forums,The_ClassForm[Gbl.Prefs.Theme]); - fprintf (Gbl.F.Out,"\"%s\"" " %s" @@ -2007,7 +2007,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts { case For_FORUM_GLOBAL_USRS: case For_FORUM_GLOBAL_TCHS: - sprintf (Icon,"\"%s\"", Gbl.Prefs.IconsURL, @@ -2015,7 +2015,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts break; case For_FORUM_SWAD_USRS: case For_FORUM_SWAD_TCHS: - sprintf (Icon,"\"%s\"", Gbl.Prefs.IconsURL, @@ -2030,7 +2030,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts break; case For_FORUM_COURSE_USRS: case For_FORUM_COURSE_TCHS: - sprintf (Icon,"\"%s\"", Gbl.Prefs.IconsURL,