Advertisement
Guest User

patch

a guest
Apr 28th, 2010
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --- notify-osd-0.9.29/src/defaults.c
  2. +++ notify-osd-0.9.29/src/defaults.c
  3. @@ -761,8 +761,8 @@
  4. return;
  5. }
  6.  
  7. - // use fixed slot-allocation for async. and sync. bubbles
  8. - self->slot_allocation = SLOT_ALLOCATION_FIXED;
  9. + // use dynamic slot-allocation for async. and sync. bubbles
  10. + self->slot_allocation = SLOT_ALLOCATION_DYNAMIC;
  11. }
  12.  
  13. static void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement