[gnumeric] Fix small sort dialog problem. [#599091]



commit 2b594fa7807e0a774435369dd79c90dcb4043d77
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Wed Oct 21 00:30:56 2009 -0600

    Fix small sort dialog problem. [#599091]
    
    2009-10-21  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* dialog-cell-sort.c (cb_sort_header_check): call
    	  set_ok_button_sensitivity

 NEWS                           |    1 +
 src/dialogs/ChangeLog          |    5 +++++
 src/dialogs/dialog-cell-sort.c |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index cbc18b8..9b77b14 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Gnumeric 1.9.15
 Andreas:
 	* Add RANDSNORM and RANDSTDIST. [#144717]
 	* Add R.PSNORM, R.DSNORM and R.DST.
+	* Fix small sort dialog problem. [#599091]
 
 Jody:
 	* First steps towards a turnkey win32 build.
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index d10bd70..85901f3 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-21  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* dialog-cell-sort.c (cb_sort_header_check): call 
+	  set_ok_button_sensitivity
+
 2009-10-11  Morten Welinder <terra gnome org>
 
 	* Release 1.9.14
diff --git a/src/dialogs/dialog-cell-sort.c b/src/dialogs/dialog-cell-sort.c
index e8a2fef..81ca96f 100644
--- a/src/dialogs/dialog-cell-sort.c
+++ b/src/dialogs/dialog-cell-sort.c
@@ -402,6 +402,7 @@ cb_sort_header_check(SortFlowState *state)
 		GTK_TOGGLE_BUTTON (state->cell_sort_header_check));
 
 	gtk_tree_view_column_set_visible (state->header_column, state->header);
+	set_ok_button_sensitivity (state);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]