[mednaffe] 36/99: List sort direction is not saved. Fixed

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 34bcac922eec24d714f4e52c1a3c2412d7a3d7dd
Author: amatcoder at gmail.com <amatcoder at gmail.com@44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Sat Dec 14 06:40:56 2013 +0000

    List sort direction is not saved. Fixed
---
 src/prefs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs.c b/src/prefs.c
index 031fa4a..38ccc2e 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -272,7 +272,7 @@ void load_prefs(guidata *gui)
      if (err==NULL)
      {
       if (value) 
-        gtk_tree_view_column_set_sort_order(gui->column, GTK_SORT_DESCENDING);
+        gtk_tree_view_column_clicked(gui->column);
      }
     else
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list