[niepce] shell: fix a misplaced menu item.
- From: Hubert Figuière <hub src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [niepce] shell: fix a misplaced menu item.
- Date: Fri, 31 Oct 2014 04:22:34 +0000 (UTC)
commit 8e3b2b32abd4afd078e0a721970dcec653edf87a
Author: Hubert Figuière <hub figuiere net>
Date: Fri Oct 31 00:17:01 2014 -0400
shell: fix a misplaced menu item.
src/niepce/ui/moduleshell.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/niepce/ui/moduleshell.cpp b/src/niepce/ui/moduleshell.cpp
index b592077..ef19562 100644
--- a/src/niepce/ui/moduleshell.cpp
+++ b/src/niepce/ui/moduleshell.cpp
@@ -188,7 +188,7 @@ Gtk::Widget * ModuleShell::buildWidget()
"WriteMetadata",
sigc::mem_fun(*m_selection_controller,
&SelectionController::write_metadata),
- submenu, _("Write metadata"), "shell", nullptr);
+ section, _("Write metadata"), "shell", nullptr);
// Module menu placeholder
m_module_menu = Gio::Menu::create();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]