[PATCH] Fix a compilation error, oops.



I was little bit too hasty in cooking up my previous patch.
This is fixes a typo that snuck in.  Applied to master.

	* src/workbench/nmv-workbench.cc (Workbench::init_actions): Fix
	typo.
---
 src/workbench/nmv-workbench.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/workbench/nmv-workbench.cc b/src/workbench/nmv-workbench.cc
index b4630e7..6287336 100644
--- a/src/workbench/nmv-workbench.cc
+++ b/src/workbench/nmv-workbench.cc
@@ -727,7 +727,7 @@ Workbench::init_actions ()
 
        ui_utils::add_action_entries_to_action_group
            (s_default_action_entries,
-            G_N_ELEMENTS (s_default_action_entries);
+            G_N_ELEMENTS (s_default_action_entries),
             m_priv->default_action_group);
 
     get_ui_manager ()->insert_action_group (m_priv->default_action_group);
-- 
		Dodji


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]