Fixed crash when trying to get the label of a non-existant variable.
[pspp-builds.git] / src / ui / gui / ChangeLog
index ded87d2bb6d0cdc529d4d64c6061f4f400d8b1a4..845a2eef0f30f7ac74bcce2206f5a90b4d072d1f 100644 (file)
@@ -1,3 +1,12 @@
+2008-02-13  John Darrington <john@darrington.wattle.id.au>
+
+       * variable-info-dialog.c: Fix crash when clicking "Jump" when no 
+       variable selected.  Add a valid predicate so that this can't 
+       happen anyway.
+
+       * compute-dialog.c: Fix crash when trying to set label on non
+       existant variable.
+
 2008-02-09  Ben Pfaff  <blp@gnu.org>
 
        Consolidate multiple messages into single message dialog.  Patch