Changeset 89d62e


Ignore:
Timestamp:
10/31/2019 10:56:08 AM (6 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
23b3f1
Parents:
00176e
git-author:
Calum Lind <calumlind+deluge@gmail.com> (10/31/2019 10:52:11 AM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (10/31/2019 10:56:08 AM)
Message:

[GTK] Remove orphaned code

Changes were made to sidebar theming in commit 5a6f202 and this code was
forgotten to be removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtk3/filtertreeview.py

    r00176e r89d62e  
    101101        self.treeview.connect('button-press-event', self.on_button_press_event)
    102102
    103         # colors using current theme.
    104         style_ctx = component.get('MainWindow').window.get_style_context()
    105         self.colour_background = style_ctx.get_background_color(Gtk.StateFlags.NORMAL)
    106         self.colour_foreground = style_ctx.get_color(Gtk.StateFlags.NORMAL)
    107 
    108103        # filtertree menu
    109104        builder = Gtk.Builder()
Note: See TracChangeset for help on using the changeset viewer.