← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~chrisccoulson/indicator-appmenu/ffox-fixes into lp:indicator-appmenu

 

David Barth has proposed merging lp:~chrisccoulson/indicator-appmenu/ffox-fixes into lp:indicator-appmenu.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #690447 Support menubar in Firefox and Thunderbird
  https://bugs.launchpad.net/bugs/690447


See the change description in Chris's bug report at https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/690447
-- 
https://code.launchpad.net/~chrisccoulson/indicator-appmenu/ffox-fixes/+merge/43809
Your team ayatana-commits is subscribed to branch lp:indicator-appmenu.
=== modified file 'src/window-menus.c'
--- src/window-menus.c	2010-12-10 22:28:31 +0000
+++ src/window-menus.c	2010-12-15 19:05:52 +0000
@@ -733,6 +733,8 @@
 window_menus_entry_activate (WindowMenus * wm, IndicatorObjectEntry * entry, guint timestamp)
 {
 	WMEntry * wme = (WMEntry *)entry;
-	dbusmenu_menuitem_send_about_to_show(wme->mi, NULL, NULL);
+	DbusmenuClient * client = (DbusmenuClient *)WINDOW_MENUS_GET_PRIVATE(wm)->client;
+	gint id = dbusmenu_menuitem_get_id(wme->mi);
+	dbusmenu_client_send_about_to_show(client, id, NULL, NULL);
 	return;
 }


Follow ups