rev 19845 - in kde-extras/kchmviewer/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sun Feb 9 13:26:13 UTC 2014


Author: pino
Date: 2014-02-09 13:26:13 +0000 (Sun, 09 Feb 2014)
New Revision: 19845

Modified:
   kde-extras/kchmviewer/trunk/debian/changelog
   kde-extras/kchmviewer/trunk/debian/patches/disable_check_new_version.patch
Log:
disable_check_new_version.patch: update


Modified: kde-extras/kchmviewer/trunk/debian/changelog
===================================================================
--- kde-extras/kchmviewer/trunk/debian/changelog	2014-02-09 13:23:47 UTC (rev 19844)
+++ kde-extras/kchmviewer/trunk/debian/changelog	2014-02-09 13:26:13 UTC (rev 19845)
@@ -4,6 +4,7 @@
   * New upstream release.
   * Update patches:
     - 01_disable_kio-msits_build.diff: drop, obsolete
+    - disable_check_new_version.patch: update
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 09 Feb 2014 14:19:04 +0100
 

Modified: kde-extras/kchmviewer/trunk/debian/patches/disable_check_new_version.patch
===================================================================
--- kde-extras/kchmviewer/trunk/debian/patches/disable_check_new_version.patch	2014-02-09 13:23:47 UTC (rev 19844)
+++ kde-extras/kchmviewer/trunk/debian/patches/disable_check_new_version.patch	2014-02-09 13:26:13 UTC (rev 19845)
@@ -13,10 +13,10 @@
  
 --- a/src/dialog_setup.cpp
 +++ b/src/dialog_setup.cpp
-@@ -220,7 +220,7 @@ void DialogSetup::accept()
- 		need_restart = true;
+@@ -177,7 +177,7 @@ void DialogSetup::accept()
  	
- 	pConfig->m_advAutodetectEncoding = boxAutodetectEncoding->isChecked();
+ 	// Autodetect encoding
+ 	Check_Need_Restart( boxAutodetectEncoding, &pConfig->m_advAutodetectEncoding, &need_restart );
 -	pConfig->m_advCheckNewVersion = cbCheckForUpdates->isChecked();
 +	pConfig->m_advCheckNewVersion = false;
  




More information about the pkg-kde-commits mailing list