From d03cd2ca5f41ebdc1bc571a89199f55aae134b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 2 Mar 2015 17:29:13 +0100 Subject: [PATCH] Version 14.75.2 --- swad_changelog.h | 3 ++- swad_file_browser.c | 1 + swad_notification.c | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 198fbcc19..abe0a485c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.75.1 (2015/03/02)" +#define Log_PLATFORM_VERSION "SWAD 14.75.2 (2015/03/02)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h | tail -1 /* + Version 14.75.2: Mar 02, 2015 New icon for new notifications. (178176 lines) Version 14.75.1: Mar 02, 2015 Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178175 lines) Version 14.75: Feb 27, 2015 Fixed bug when getting user's IDs from marks tables. (178172 lines) Version 14.74.12: Feb 23, 2015 Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178119 lines) diff --git a/swad_file_browser.c b/swad_file_browser.c index 42d42317d..ebb39dc6c 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -1283,6 +1283,7 @@ const char *Brw_MIMETypesAllowed[] = "text/x-csrc", // Source code in C "text/x-c++src", // Source code in C++ "text/x-latex", // LateX + "text/x-objcsrc", // Source code "text/x-pdf", // PDF "video/3gpp", // Video Android mobile "video/avi", // AVI diff --git a/swad_notification.c b/swad_notification.c index 0e47bc8f3..ead18ecb4 100644 --- a/swad_notification.c +++ b/swad_notification.c @@ -1809,12 +1809,12 @@ void Ntf_WriteNumberOfNewNtfs (void) if (NumNewNtfs) { - /***** Blinking icon *****/ + /***** Icon *****/ fprintf (Gbl.F.Out,"
" - " ", - Gbl.Prefs.IconsURL); + Gbl.Prefs.PathTheme); /***** Number of new notifications *****/ if (NumNewNtfs == 1)