| 1 |
diff -up metacity-2.25.8/src/core/display.c.stop-spamming-xsession-errors metacity-2.25.8/src/core/display.c
|
| 2 |
--- metacity-2.25.8/src/core/display.c.stop-spamming-xsession-errors 2008-11-23 00:28:37.000000000 -0500
|
| 3 |
+++ metacity-2.25.8/src/core/display.c 2008-11-24 21:40:33.000000000 -0500
|
| 4 |
@@ -3264,10 +3264,12 @@ meta_display_begin_grab_op (MetaDisplay
|
| 5 |
|
| 6 |
if (display->grab_op != META_GRAB_OP_NONE)
|
| 7 |
{
|
| 8 |
+#if 0
|
| 9 |
if (window)
|
| 10 |
meta_warning ("Attempt to perform window operation %u on window %s when operation %u on %s already in effect\n",
|
| 11 |
op, window->desc, display->grab_op,
|
| 12 |
display->grab_window ? display->grab_window->desc : "none");
|
| 13 |
+#endif
|
| 14 |
return FALSE;
|
| 15 |
}
|
| 16 |
|