diff options
author | Sorokin Alexei <[email protected]> | 2016-03-21 11:00:05 +0300 |
---|---|---|
committer | Sorokin Alexei <[email protected]> | 2016-03-21 11:08:36 +0300 |
commit | ba74b3280e346627371f22a90c2170b07ef22161 (patch) | |
tree | 5936ed95861e9a057c713b8854ee073cd66df456 /Mozo | |
parent | 124f0f4056380d6ff4898d5d94eb7a378d7df14b (diff) | |
download | mozo-ba74b3280e346627371f22a90c2170b07ef22161.tar.bz2 mozo-ba74b3280e346627371f22a90c2170b07ef22161.tar.xz |
Fix some deprecations
Diffstat (limited to 'Mozo')
-rw-r--r-- | Mozo/MainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py index ca2be27..c6fa109 100644 --- a/Mozo/MainWindow.py +++ b/Mozo/MainWindow.py @@ -630,7 +630,7 @@ class MainWindow: pass GLib.timeout_add(10, self.quit) - def on_style_set(self, *args): + def on_style_updated(self, *args): self.loadUpdates() def quit(self): |