[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:21 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=809d76d

The following commit has been merged in the master branch:
commit 809d76dfb61ae7e01d2d634286d7bbfe9d9d8a27
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun May 16 15:07:46 2004 +0000

    Changed default sort order (on the first click) to ascending
---
 doc/include/sortabletable.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/include/sortabletable.js b/doc/include/sortabletable.js
index 2fb4783..fce2fb2 100644
--- a/doc/include/sortabletable.js
+++ b/doc/include/sortabletable.js
@@ -53,6 +53,9 @@
      screen. As a simple example, consider sorting a column containing
      formatted numbers: <TD sortValue="1000">1,000.00</TD>
 
+   + 15-May 2004, ahu: changed default sort order (on the first click) to
+     ascending (SortableTable.prototype.sort)
+
    ToDo: 
    - Allow for different Date formats
 */
@@ -175,7 +178,8 @@ SortableTable.prototype.sort = function (nColumn, bDescending, sSortType) {
 	
 	if (bDescending == null) {
 		if (this.sortColumn != nColumn)
-			this.descending = true;
+                        // 15-May 2004, ahu: change to false for ascending
+			this.descending = false;
 		else
 			this.descending = !this.descending;
 	}	

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list