pkgsrc-wip/gDesklets/patches/patch-ab
Min Sik Kim 3852514ab9 Update gDesklets to 0.26.
Changes:
- A systray icon shows if the daemon is running
- A redesigned and more accurate geometry engine with better performance
- Improved threading control mechanism makes broken desklets working again
- Ready for GNOME 2.6
- Lots of bug fixes
2004-02-24 18:41:50 +00:00

11 lines
287 B
Text

$NetBSD: patch-ab,v 1.2 2004/02/24 18:41:51 minskim Exp $
--- gdesklets.orig 2004-02-24 12:29:40.000000000 -0600
+++ gdesklets
@@ -79,4 +79,6 @@ starter.start_displays()
# might be removed
gtk.timeout_add(60000, gc_collect)
+gtk.threads_enter()
gtk.mainloop()
+gtk.threads_leave()