Changes between Initial Version and Version 1 of Ticket #3727, comment 17
- Timestamp:
- 11/18/16 07:21:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3727, comment 17
initial v1 5 5 Only because my background isn't with GNOME and Glib. 6 6 7 ---- 7 8 8 9 > src_filemanager_usermenu.c.diff … … 14 15 That's just me and a readability coding convention from prior employment / projects. 15 16 17 ---- 16 18 17 19 > You use nested functions in this patch. Please don't. This is GCC extension and invalid standard C code. … … 19 21 Agreed. I may have noted in the code that it was meant to be temporary, and suggested that the function be moved to its own source code file. 20 22 23 ---- 24 21 25 Also, in a parallel comment on this ticket, I'm discussing the TRAVIS build system with zaytzev. These nested functions were not objected to by TRAVIS, so maybe in addition to what I'm suggesting to zaytsev, the compiler variables should address this. 22 26 27 ---- 28 23 29 Also, please remember that this part of the patch, ie. the changes to usermenu.c aren't really part of this ticket, because its unrelated to the info box. I included it to maintain parallelism with the github pull request which went so wrong. One of the things that went wrong there was that when I thought I was staging a second pull request (related to usermenu parsing), it was just added to this prior pull request.