diff src/layout_util.c @ 1520:7216f4a45698

added pane_notify_selection to pane API
author nadvornik
date Mon, 06 Apr 2009 19:53:59 +0000
parents c9ed5a43c576
children 2a3efbdf73b0
line wrap: on
line diff
--- a/src/layout_util.c	Mon Apr 06 19:13:35 2009 +0000
+++ b/src/layout_util.c	Mon Apr 06 19:53:59 2009 +0000
@@ -2063,7 +2063,7 @@
 {
 	if (!layout_bar_enabled(lw)) return;
 
-//	bar_info_selection(lw->bar_info, count - 1);
+	bar_notify_selection(lw->bar, count);
 }
 
 static gboolean layout_bar_sort_enabled(LayoutWindow *lw)