Skip to content
  • Sébastien Wilmet's avatar
    GtkTextView: various code clean-ups · f39d2110
    Sébastien Wilmet authored
    - only one blank line is enough to separate code sections.
    - the 'signals' variable was in the middle of function prototypes.
    - compare pointers to NULL in some conditions ("if(blah) should be used
      only if blah is a boolean variable). It makes the code clearer.
    - various other things.
    f39d2110