Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecations #59

Merged
merged 5 commits into from
Sep 27, 2020
Merged

Commits on Sep 27, 2020

  1. Use Gtk.Paned instead of Gtk.HPaned

    * Gtk.HPaned was deprecated in 3.2.
    * Remove class HPaned as:
      * it is called once
      * adds more code than not using it
      * the code becomes simpler with less indirect calls
    gpoo committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    c5fcde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b671bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad460c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    105e408 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b90b0 View commit details
    Browse the repository at this point in the history