Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --- libwnck/tasklist.c.orig 2008-06-30 10:08:57.000000000 +0200
  2. +++ libwnck/tasklist.c 2009-12-05 18:40:12.000000000 +0100
  3. @@ -1990,6 +1990,9 @@
  4. GdkEventScroll *event,
  5. gpointer user_data)
  6. {
  7. + /* disable this function completely */
  8. + return TRUE;
  9. +
  10. /* use the fact that tasklist->priv->windows is sorted
  11. * see wnck_tasklist_size_allocate() */
  12. GtkTextDirection ltr;
Add Comment
Please, Sign In to add comment