diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-12-29 21:29:30 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-12-29 21:30:50 +0100 |
commit | 6985ac928718d62bc930ca59cb9e62189a207414 (patch) | |
tree | 44c739b1628138378db237f5165a487b3314c968 | |
parent | 57e6c72d07ec2c90bb4edfbcae3a82d77c52926e (diff) | |
download | adept-6985ac928718d62bc930ca59cb9e62189a207414.tar.gz adept-6985ac928718d62bc930ca59cb9e62189a207414.zip |
Fixed FTBFS caused by apt-pkg >= 1.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60b1ffd3c6b1dd65d88b6e20358a94fcf158a1f7)
-rw-r--r-- | adept/adept/dpkgpm-gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/adept/adept/dpkgpm-gui.cpp b/adept/adept/dpkgpm-gui.cpp index fb5e2dc..6828f54 100644 --- a/adept/adept/dpkgpm-gui.cpp +++ b/adept/adept/dpkgpm-gui.cpp @@ -31,7 +31,6 @@ PkgSystem::PkgSystem() : m_terminalPart( 0 ) { std::cerr << "kapture::PkgSystem::PkgSystem()" << std::endl; - Label = "adeptDPkgSystem"; } void PkgSystem::setTerminal( KParts::Part *t ) |