freebsd-ports/graphics/aseprite/files/patch-src_app_app__menus.h
Yuri Victorovich c960d72812 graphics/aseprite: Update to 1.2.6
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13517
2017-12-19 15:49:45 +00:00

11 lines
437 B
C

--- src/app/app_menus.h.orig 2017-11-03 13:51:45 UTC
+++ src/app/app_menus.h
@@ -45,7 +45,7 @@ namespace app {
void initTheme();
// Updates the menu of recent files.
- bool rebuildRecentList();
+ void rebuildRecentList(); // workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213773
Menu* getRootMenu() { return m_rootMenu; }
MenuItem* getRecentListMenuitem() { return m_recentListMenuitem; }