Skip to content
  • Martin Nordholts's avatar
    app: Get rid of const disqualifier warning · 65c0ce5d
    Martin Nordholts authored
    Get rid of const qualifier for a bunch of GimpDisplayShell getters to
    get rid of a disqualifier warning. The problem is that we call into
    GTK+ which sometime misses const which breaks the chain. As a general
    guideline we should avoid const for widgets.
    65c0ce5d