Remove reverse-applicable patches.
This commit is contained in:
parent
ee484687c3
commit
2dd38e1910
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
libqtxdg (3.3.0-0ubuntu1) UNRELEASED; urgency=medium
|
libqtxdg (3.3.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
- Remove reverse-applicable patches.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 25 Jan 2019 21:40:31 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 25 Jan 2019 21:40:31 -0600
|
||||||
|
|
||||||
|
18
debian/patches/fix-menu-item-drag-url.patch
vendored
18
debian/patches/fix-menu-item-drag-url.patch
vendored
@ -1,18 +0,0 @@
|
|||||||
Description: Fix menu-item drag url
|
|
||||||
When dragging a menu item to the desktop, it isn't correctly copied because
|
|
||||||
of an incorrect patch. This fixes that.
|
|
||||||
Author: Tsu Jan <tsujan2000@gmail.com>
|
|
||||||
Bug: https://github.com/lxqt/lxqt/issues/1512
|
|
||||||
Applied-Upstream: commit:a26e700
|
|
||||||
Last-Update: 2018-07-13
|
|
||||||
--- a/qtxdg/xdgmenuwidget.cpp
|
|
||||||
+++ b/qtxdg/xdgmenuwidget.cpp
|
|
||||||
@@ -170,7 +170,7 @@ void XdgMenuWidgetPrivate::mouseMoveEven
|
|
||||||
return;
|
|
||||||
|
|
||||||
QList<QUrl> urls;
|
|
||||||
- urls << QUrl(a->desktopFile().fileName());
|
|
||||||
+ urls << QUrl::fromLocalFile(a->desktopFile().fileName());
|
|
||||||
|
|
||||||
QMimeData *mimeData = new QMimeData();
|
|
||||||
mimeData->setUrls(urls);
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
fix-menu-item-drag-url.patch
|
|
Loading…
x
Reference in New Issue
Block a user