From 4f6d19465b3a04446aec798c35b2387c7a5b6777 Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 21 Jul 2013 15:59:07 +0000 Subject: (svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open --- src/widgets/goal_widget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h index 56f621f0f..388930a10 100644 --- a/src/widgets/goal_widget.h +++ b/src/widgets/goal_widget.h @@ -16,8 +16,7 @@ /** Widgets of the #GoalListWindow class. */ enum GoalListWidgets { WID_GOAL_CAPTION, ///< Caption of the window. - WID_GOAL_GOAL, ///< Goal text column of the goal list. - WID_GOAL_PROGRESS, ///< Goal progress column of the goal list. + WID_GOAL_LIST, ///< Goal list. WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list. }; -- cgit v1.2.3-54-g00ecf