Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31132 - Notification area 100%cpu usage bug
Summary: Notification area 100%cpu usage bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 10:39 UTC by Sean Walker
Modified: 2003-10-14 12:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Walker 2003-10-14 10:39:31 UTC
Could the simple patch from http://bugzilla.gnome.org/show_bug.cgi?id=122327 be included in the portage tree? It causes my system to go to 100% cpu every time I start.

diff -ur gtk+-2.2.4.orig/gtk/gtksocket.c gtk+-2.2.4/gtk/gtksocket.c
--- gtk+-2.2.4.orig/gtk/gtksocket.c	2003-10-06 20:42:48.679102912 -0400
+++ gtk+-2.2.4/gtk/gtksocket.c	2003-10-06 20:43:02.267037232 -0400
@@ -840,7 +840,7 @@
   if (socket->plug_widget)
     return gtk_widget_child_focus (socket->plug_widget, direction);
 
-  if (!GTK_WIDGET_HAS_FOCUS (widget))
+  if (!gtk_widget_is_focus (widget))
     {
       switch (direction)
 	{
Comment 1 foser (RETIRED) gentoo-dev 2003-10-14 12:51:55 UTC
already in gtk+ , remerge.