summaryrefslogtreecommitdiff
path: root/Mozo/MainWindow.py
diff options
context:
space:
mode:
authorSorokin Alexei <[email protected]>2016-03-21 11:00:05 +0300
committerSorokin Alexei <[email protected]>2016-03-21 11:08:36 +0300
commitba74b3280e346627371f22a90c2170b07ef22161 (patch)
tree5936ed95861e9a057c713b8854ee073cd66df456 /Mozo/MainWindow.py
parent124f0f4056380d6ff4898d5d94eb7a378d7df14b (diff)
downloadmozo-ba74b3280e346627371f22a90c2170b07ef22161.tar.bz2
mozo-ba74b3280e346627371f22a90c2170b07ef22161.tar.xz
Fix some deprecations
Diffstat (limited to 'Mozo/MainWindow.py')
-rw-r--r--Mozo/MainWindow.py2
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):