[nemiver] Fix a compilation error, oops.
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Fix a compilation error, oops.
- Date: Sun, 26 Aug 2012 18:04:45 +0000 (UTC)
commit 27896e0003cb70593cabd92081989ae0b8e94566
Author: Dodji Seketeli <dodji seketeli org>
Date: Sun Aug 26 19:35:16 2012 +0200
Fix a compilation error, oops.
* src/workbench/nmv-workbench.cc (Workbench::init_actions): Fix
typo.
src/workbench/nmv-workbench.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]