# This patch file uses platform neutral UTF-8 encoding.
# Patch for Ticket# 1044 http://trac.buddypress.org/ticket/1044
# - Home page of default parent theme is using the incorrect widget section for
#   the first-section div.
# Jason Giedymin - AcronymLabs.com
--- bp-themes/bp-sn-parent/home.php
+++ bp-themes/bp-sn-parent/home.php
@@ -6,7 +6,7 @@
 
 		<div id="first-section" class="widget-section">
 			<?php if ( !function_exists('dynamic_sidebar')
-			        || !dynamic_sidebar('third-section') ) : ?>
+			        || !dynamic_sidebar('first-section') ) : ?>
 
 			<div class="widget-error">
 				<?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
