sogo/UI
Nicolas Höft 8507204e0d
fix(core): fix GCC 10 compatibility
With GCC 10, SOGoAptFormatter.m FTBS with the following error:

    SOGoAptFormatter.m: In function ‘-[SOGoAptFormatter setPrivateTitleOnly]’:
    SOGoAptFormatter.m:104:56: error: expected ‘)’ before ‘::’ token
      104 |   self->formatAction = @selector(titleOnlyForPrivateApt::);

Simply name the second argument, so gcc is happy.

Also add the `external` keyword to a header declared variable.

Fixes #5029
2020-08-19 12:28:30 -04:00
..
AdministrationUI chore: remove deprecated files and templates 2020-07-22 15:04:12 -04:00
Common i18n(pl): update Polish translation 2020-08-03 22:44:43 -04:00
Contacts chore: remove deprecated files and templates 2020-07-22 15:04:12 -04:00
MailPartViewers fix(mail): remove onpointerrawupdate event handler from HTML messages 2020-03-06 12:14:46 -05:00
MailerUI i18n(ca): update Catalan translation 2020-08-05 18:34:19 -04:00
MainUI i18n(ca): update Catalan translation 2020-08-05 18:34:19 -04:00
PreferencesUI i18n(ca): update Catalan translation 2020-08-05 18:34:19 -04:00
SOGoElements Load XMLHttpRequest conditionally (< IE9) 2013-12-18 22:18:08 -05:00
SOGoUI fix(core): fix GCC 10 compatibility 2020-08-19 12:28:30 -04:00
Scheduler i18n(ca): update Catalan translation 2020-08-05 18:34:19 -04:00
Templates fix(mail): change default search scope to "subject or from" (#287) 2020-08-04 08:37:17 -04:00
WebServerResources chore(js/css): update generated files 2020-08-19 00:36:53 -04:00
.gitignore Add md-colors module 2015-06-11 15:57:19 -04:00
GNUmakefile Fixed compilation ordering to avoid bug in gnustep-make 2013-07-23 08:31:38 -04:00
common.make Put private libraries in /usr/lib/sogo 2014-10-01 20:36:42 +02:00