Index: head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp =================================================================== --- head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp (nonexistent) +++ head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp (revision 561886) @@ -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) + { Property changes on: head/graphics/xournalpp/files/patch-src_gui_dialog_toolbarCustomize_ToolbarAdapter.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property