Revision: 1447
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1447&view=rev
Author:   nadvornik
Date:     2009-03-01 00:10:00 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
fixed possible crash

Modified Paths:
--------------
    trunk/src/bar.c

Modified: trunk/src/bar.c
===================================================================
--- trunk/src/bar.c     2009-02-28 23:59:02 UTC (rev 1446)
+++ trunk/src/bar.c     2009-03-01 00:10:00 UTC (rev 1447)
@@ -236,7 +236,7 @@
        
        if (!bd) return;
 
-       expander = gtk_expander_new(pd ? pd->title : "");
+       expander = gtk_expander_new(NULL);
        if (pd && pd->title)
                {
                gtk_expander_set_label_widget(GTK_EXPANDER(expander), 
pd->title);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to