From 4de27da44fdabefdd5365f30ca6e262c07a5626f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 11 Oct 2023 14:59:41 +0200 Subject: gnu: converseen: Update to 0.11.0.0. * gnu/packages/image.scm (converseen): Update to 0.11.0.0. * gnu/packages/patches/converseen-hide-updates-checks.patch: Update patch. --- .../patches/converseen-hide-updates-checks.patch | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'gnu/packages/patches/converseen-hide-updates-checks.patch') diff --git a/gnu/packages/patches/converseen-hide-updates-checks.patch b/gnu/packages/patches/converseen-hide-updates-checks.patch index c4c80b5bec..6d3aabdb1a 100644 --- a/gnu/packages/patches/converseen-hide-updates-checks.patch +++ b/gnu/packages/patches/converseen-hide-updates-checks.patch @@ -43,17 +43,17 @@ index 704e75c..bb3f9b0 100755 int idx = comboLangs->findText(t.currentLanguage(), Qt::MatchExactly); diff --git a/src/mainwindowimpl.cpp b/src/mainwindowimpl.cpp -index 2b6d68d..83a365f 100755 +index 6562e35..d19bc28 100755 --- a/src/mainwindowimpl.cpp +++ b/src/mainwindowimpl.cpp -@@ -164,7 +164,6 @@ void MainWindowImpl::createActions() +@@ -163,7 +163,6 @@ void MainWindowImpl::createActions() connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); connect(actionDonatePaypal, SIGNAL(triggered()), this, SLOT(openPaypalLink())); connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport())); - connect(actionCheckForUpdates, SIGNAL(triggered()), this, SLOT(checkForUpdates())); - } + connect(actionHelp, SIGNAL(triggered()), this, SLOT(onlineHelp())); - void MainWindowImpl::setupMenu() + // Create first toolbar button diff --git a/ui/dialogoptions.ui b/ui/dialogoptions.ui index e59148d..6cb23f5 100755 --- a/ui/dialogoptions.ui @@ -82,18 +82,18 @@ index e59148d..6cb23f5 100755 diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui -index a5f55f0..28df8cc 100755 +index 569565f..b86fc2e 100755 --- a/ui/mainwindow.ui +++ b/ui/mainwindow.ui -@@ -190,7 +190,6 @@ - +@@ -356,7 +356,6 @@ + - - -@@ -1365,14 +1364,6 @@ p, li { white-space: pre-wrap; } + +@@ -1412,14 +1411,6 @@ p, li { white-space: pre-wrap; } Import windows icon (*.ico *.icon) @@ -105,6 +105,6 @@ index a5f55f0..28df8cc 100755 - Check if a new version of Converseen is available - - - - - + + + -- cgit v1.2.3