pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/gui ChangeLog psppire-selector.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/gui ChangeLog psppire-selector.c
Date: Wed, 04 Apr 2007 04:27:04 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/04/04 04:27:04

Modified files:
        src/ui/gui     : ChangeLog psppire-selector.c 

Log message:
        (psppire_selector_set_subjects): Add an
        assert that may or may not trap some Windows-related bugs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/ChangeLog?cvsroot=pspp&r1=1.48&r2=1.49
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire-selector.c?cvsroot=pspp&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- ChangeLog   3 Apr 2007 10:08:59 -0000       1.48
+++ ChangeLog   4 Apr 2007 04:27:04 -0000       1.49
@@ -1,3 +1,9 @@
+2007-04-03  Ben Pfaff  <address@hidden>
+           John McCabe-Dansted <address@hidden>
+
+       * psppire-selector.c (psppire_selector_set_subjects): Add an
+       assert that may or may not trap some Windows-related bugs.
+
 2007-04-03   John Darrington <address@hidden>
        
        * data-editor.c data-editor.glade helper.h syntax-editor.c

Index: psppire-selector.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/psppire-selector.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- psppire-selector.c  31 Mar 2007 11:44:45 -0000      1.4
+++ psppire-selector.c  4 Apr 2007 04:27:04 -0000       1.5
@@ -717,6 +717,8 @@
                               SelectItemsFunc *select_func,
                               FilterItemsFunc *filter_func )
 {
+  g_assert(selector);
+
   selector->filter = filter_func ;
 
   selector->source = source;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]