Date: Thu, 28 Jan 2021 05:36:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563112 - branches/2021Q1/graphics/xournalpp/files Message-ID: <202101280536.10S5auP2085163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jan 28 05:36:56 2021 New Revision: 563112 URL: https://svnweb.freebsd.org/changeset/ports/563112 Log: MFH: r561886 graphics/xournalpp: Patch the bug that the upstream didn't fix for a while Reported by: fallout Added: branches/2021Q1/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp - copied unchanged from r561886, head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp Modified: Directory Properties: branches/2021Q1/ (props changed) Copied: branches/2021Q1/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp (from r561886, head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp Thu Jan 28 05:36:56 2021 (r563112, copy of r561886, head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp) @@ -0,0 +1,13 @@ +- fix for https://github.com/xournalpp/xournalpp/issues/2222 that the upstream didn't fix for a while now + +--- src/gui/dialog/toolbarCustomize/ToolbarAdapter.cpp.orig 2021-01-17 23:11:38 UTC ++++ src/gui/dialog/toolbarCustomize/ToolbarAdapter.cpp +@@ -271,7 +271,7 @@ bool ToolbarAdapter::toolbarDragMotionCb(GtkToolbar* t + + ToolItemDragDropData* d = ToolItemDragCurrentData::getData(); + +- g_return_val_if_fail(d != NULL, NULL); ++ g_return_val_if_fail(d != NULL, false); + + if (d->type == TOOL_ITEM_ITEM) + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101280536.10S5auP2085163>