aboutsummaryrefslogtreecommitdiff
path: root/graphics/aseprite/files/patch-src_app_app__menus.cpp
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-02-08 21:02:47 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-02-08 21:02:47 +0000
commita4f983233d5a44f5820fcdfb4cc0af65e08a2045 (patch)
treeee2d0198c423df18755c8274daca5f734ad25281 /graphics/aseprite/files/patch-src_app_app__menus.cpp
parent6183ba5407d91900c05d068d6d79619584fda689 (diff)
Notes
Diffstat (limited to 'graphics/aseprite/files/patch-src_app_app__menus.cpp')
-rw-r--r--graphics/aseprite/files/patch-src_app_app__menus.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/aseprite/files/patch-src_app_app__menus.cpp b/graphics/aseprite/files/patch-src_app_app__menus.cpp
index c1768906e2c3..95d2ce72d532 100644
--- a/graphics/aseprite/files/patch-src_app_app__menus.cpp
+++ b/graphics/aseprite/files/patch-src_app_app__menus.cpp
@@ -1,6 +1,6 @@
---- src/app/app_menus.cpp.orig 2016-09-23 15:59:20 UTC
+--- src/app/app_menus.cpp.orig 2017-01-06 20:44:08 UTC
+++ src/app/app_menus.cpp
-@@ -115,7 +115,7 @@ void AppMenus::reload()
+@@ -114,7 +114,7 @@ void AppMenus::reload()
}
}
@@ -9,7 +9,7 @@
{
MenuItem* list_menuitem = m_recentListMenuitem;
MenuItem* menuitem;
-@@ -123,7 +123,7 @@ bool AppMenus::rebuildRecentList()
+@@ -122,7 +122,7 @@ bool AppMenus::rebuildRecentList()
// Update the recent file list menu item
if (list_menuitem) {
if (list_menuitem->hasSubmenuOpened())
@@ -18,7 +18,7 @@
Command* cmd_open_file = CommandsModule::instance()->getCommandByName(CommandId::OpenFile);
-@@ -159,8 +159,6 @@ bool AppMenus::rebuildRecentList()
+@@ -158,8 +158,6 @@ bool AppMenus::rebuildRecentList()
submenu->addChild(menuitem);
}
}