Refresh patches
Refreshed the patches because of fuzz.
This commit is contained in:
parent
786123caab
commit
292bee7075
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
screengrab (1.101-1ubuntu2) UNRELEASED; urgency=medium
|
||||
|
||||
* Refreshed patches
|
||||
|
||||
-- apt-ghetto <apt-ghetto@lubuntu.me> Thu, 04 Jul 2019 17:55:29 +0200
|
||||
|
||||
screengrab (1.101-1ubuntu1) disco; urgency=medium
|
||||
|
||||
* Lubuntuify the package.
|
||||
|
4
debian/patches/core-cli-upload-option.patch
vendored
4
debian/patches/core-cli-upload-option.patch
vendored
@ -5,7 +5,7 @@ Last-Update: 2016-09-19
|
||||
|
||||
--- a/src/core/core.cpp
|
||||
+++ b/src/core/core.cpp
|
||||
@@ -536,8 +536,9 @@
|
||||
@@ -535,8 +535,9 @@ void Core::processCmdLineOpts(const QStr
|
||||
if (_cmdLine.isSet(_screenTypeOpts.at(i)))
|
||||
_conf->setDefScreenshotType(i);
|
||||
|
||||
@ -16,7 +16,7 @@ Last-Update: 2016-09-19
|
||||
const QString UPLOAD_CMD_PARAM = "upload";
|
||||
const QString UPLOAD_CMD_PARAM_SHORT = "u";
|
||||
QCommandLineOption u(QStringList() << UPLOAD_CMD_PARAM_SHORT << UPLOAD_CMD_PARAM);
|
||||
@@ -549,6 +550,9 @@
|
||||
@@ -548,6 +549,9 @@ void Core::processCmdLineOpts(const QStr
|
||||
} else
|
||||
initWindow();
|
||||
#endif
|
||||
|
@ -5,7 +5,7 @@ Last-Update: 2016-09-19
|
||||
|
||||
--- a/src/modules/uploader/moduleuploader.cpp
|
||||
+++ b/src/modules/uploader/moduleuploader.cpp
|
||||
@@ -36,11 +36,11 @@
|
||||
@@ -36,11 +36,11 @@ const QString UPLOAD_CMD_PARAM_SHORT = "
|
||||
|
||||
ModuleUploader::ModuleUploader(QObject *parent) :
|
||||
QObject(parent), _ignoreCmdParam(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user