[Bug 11908] [Breezy] Panel not updating

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Thu Aug 4 05:53:14 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=11908
Ubuntu | gnome-panel





------- Additional Comments From noizezone at gmail.com  2005-08-04 06:53 UTC -------
There is, however, no need to report to upstream. the gnome cvs version is fine.
The crash seems due to a local patch.
Most important offending like seems to be this:

--- gnome-panel-2.11.3.orig/gnome-panel/panel-menu-items.c	2005-06-06
23:51:27.000000000 +0200
+++ gnome-panel-2.11.3/gnome-panel/panel-menu-items.c	2005-06-27
15:25:37.614705664 +0200

@@ -736,6 +795,12 @@
 				       PanelDesktopMenuItemClass *klass)
 {
 	menuitem->priv = PANEL_DESKTOP_MENU_ITEM_GET_PRIVATE (menuitem);
+
+	menuitem->priv->tree = gmenu_tree_lookup ("settings.menu", GMENU_TREE_FLAGS_NONE);
+
+	gmenu_tree_add_monitor (menuitem->priv->tree,
+			       (GMenuTreeChangedFunc) handle_menu_tree_changed,
+			       menuitem);
 }
 
 static void


 

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list