summaryrefslogtreecommitdiff
path: root/maximus/maximus-bind.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-23 11:47:16 -0800
committerStefano Karapetsas <[email protected]>2013-12-23 11:47:16 -0800
commit2340d0b656ddb105404dc3f14d2d38e24a06ad7a (patch)
treee0de205c430dadf313ec6154b957b82d887fcfc6 /maximus/maximus-bind.c
parent7811eb717c4dc231473f3a6e80ea061d15953c1a (diff)
parentce7c5055cfe487acf1254f399504c568513a1cc1 (diff)
downloadmate-netbook-2340d0b656ddb105404dc3f14d2d38e24a06ad7a.tar.bz2
mate-netbook-2340d0b656ddb105404dc3f14d2d38e24a06ad7a.tar.xz
Merge pull request #8 from flexiondotorg/1.6
Cherry picks for `mate-netbook` 1.6
Diffstat (limited to 'maximus/maximus-bind.c')
-rw-r--r--maximus/maximus-bind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/maximus/maximus-bind.c b/maximus/maximus-bind.c
index b58cbc1..543834a 100644
--- a/maximus/maximus-bind.c
+++ b/maximus/maximus-bind.c
@@ -146,7 +146,7 @@ real_fullscreen (MaximusBind *bind)
display = gdk_display_get_default ();
active = matewnck_screen_get_active_window (priv->screen);
- if (!MATEWNCK_IS_WINDOW (active)
+ if (!MATEWNCK_IS_WINDOW (active)
|| matewnck_window_get_window_type (active) != MATEWNCK_WINDOW_NORMAL)
return FALSE;
@@ -220,7 +220,7 @@ real_unfullscreen (MaximusBind *bind)
display = gdk_display_get_default ();
active = matewnck_screen_get_active_window (priv->screen);
- if (!MATEWNCK_IS_WINDOW (active)
+ if (!MATEWNCK_IS_WINDOW (active)
|| matewnck_window_get_window_type (active) != MATEWNCK_WINDOW_NORMAL)
return FALSE;