diff --git a/debian/changelog b/debian/changelog index ca08e10..45ef484 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lubuntu-update-notifier (1.0.0~alpha2) noble; urgency=medium + + * New feature release. Notable additions: + - The ability to check for updates directly in the updater has been added. + - Irrelevant package sections are no longer shown. + - Strings are now translatable. + + -- Aaron Rainbolt Fri, 26 Jan 2024 22:11:49 +0000 + lubuntu-update-notifier (1.0.0~alpha1) noble; urgency=medium * Replace the old update notifier with Lubuntu Update. diff --git a/debian/files b/debian/files deleted file mode 100644 index a7688ae..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -lubuntu-update-notifier_1.0.0~alpha1_source.buildinfo admin optional diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b60ffa4..9eceba3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -41,7 +41,7 @@ void MainWindow::setUpdateInfo(QList updateInfo) ui->closeButton->setEnabled(true); ui->checkUpdatesButton->setEnabled(true); - bool installEnabled = false + bool installEnabled = false; for (int i = 0;i < 4;i++) { int count = updateInfo[i].count();