Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/view/tabbinghandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/view/tabbinghandler.py')
-rw-r--r--src/jarabe/view/tabbinghandler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jarabe/view/tabbinghandler.py b/src/jarabe/view/tabbinghandler.py
index 87a36a1..b1c85c6 100644
--- a/src/jarabe/view/tabbinghandler.py
+++ b/src/jarabe/view/tabbinghandler.py
@@ -86,7 +86,7 @@ class TabbingHandler(object):
if self._tabbing:
shell_model = shell.get_model()
- zoom_level = shell_model.get_zoom_level()
+ zoom_level = shell_model.zoom_level
zoom_activity = (zoom_level == shell.ShellModel.ZOOM_ACTIVITY)
if not zoom_activity and first_switch:
@@ -109,7 +109,7 @@ class TabbingHandler(object):
if self._tabbing:
shell_model = shell.get_model()
- zoom_level = shell_model.get_zoom_level()
+ zoom_level = shell_model.zoom_level
zoom_activity = (zoom_level == shell.ShellModel.ZOOM_ACTIVITY)
if not zoom_activity and first_switch: