~gnome3-team/gnome-screensaver/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/01_compiz_lock_bypass_CVE-2007-3920.patch

  • Committer: Ted Gould
  • Date: 2008-04-02 23:17:31 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: ted@canonical.com-20080402231731-4jwrjxh0e7yjhcf3
2.20.0-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
only in patch2:
 
2
unchanged:
 
3
--- gnome-screensaver-2.20.0.orig/src/gs-manager.c
 
4
+++ gnome-screensaver-2.20.0/src/gs-manager.c
 
5
@@ -1045,7 +1045,7 @@
 
6
         }
 
7
 
 
8
         /* Move keyboard and mouse grabs so dialog can be used */
 
9
-        gs_grab_move_to_window (manager->priv->grab,
 
10
+        gs_grab_grab_window (manager->priv->grab,
 
11
                                 gs_window_get_gdk_window (window),
 
12
                                 gs_window_get_screen (window),
 
13
                                 FALSE);