~unity-team/unity-jhbuild/oneiric

« back to all changes in this revision

Viewing changes to patches/18_unmimize.patch

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-11-18 08:06:37 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101118080637-wi6l1lhj750h66sc
Remove old mutter patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix unminimized windows not being mapped
2
 
Bug-Ubuntu: https://launchpad.net/bugs/620758
3
 
 
4
 
--- a/src/compositor/mutter-window.c    2010-07-02 13:14:39.000000000 -0400
5
 
+++ b/src/compositor/mutter-window.c    2010-08-26 03:03:09.034198001 -0400
6
 
 
7
 
@@ -1150,7 +1151,7 @@ mutter_window_show (MutterWindow   *self
8
 
       g_assert_not_reached();
9
 
     }
10
 
 
11
 
-  if (priv->redecorating ||
12
 
+  if (
13
 
       info->switch_workspace_in_progress ||
14
 
       event == 0 ||
15
 
       !start_simple_effect (self, event))