Index: bp-core/bp-core-component.php
===================================================================
--- bp-core/bp-core-component.php
+++ bp-core/bp-core-component.php
@@ -218,9 +218,6 @@ class BP_Component {
 		// Setup navigation
 		add_action( 'bp_setup_nav',              array ( $this, 'setup_nav'              ), 10 );
 
-		// Setup WP Admin Bar menus
-		add_action( 'bp_setup_admin_bar',        array ( $this, 'setup_admin_bar'        ), 10 );
-
 		// Setup component title
 		add_action( 'bp_setup_title',            array ( $this, 'setup_title'            ), 10 );
 
Index: bp-core/bp-core-filters.php
Index: bp-core/bp-core-functions.php
Index: bp-friends/bp-friends-loader.php
===================================================================
--- bp-friends/bp-friends-loader.php
+++ bp-friends/bp-friends-loader.php
@@ -84,6 +84,17 @@ class BP_Friends_Component extends BP_Component {
 	}
 
 	/**
+	 * Setup actions.
+	 *
+	 * @since 1.6
+	 * @global obj $bp
+	 */
+	function setup_actions() {
+		parent::setup_actions();
+		add_action( 'bp_setup_admin_bar', array ( $this, 'setup_admin_bar' ), 30 );
+	}
+
+	/**
 	 * Setup BuddyBar navigation
 	 *
 	 * @global obj $bp
