[grisbi-cvs] grisbi/src gsb_assistant_account.c,1.24,1.25

Pierre Biava pbiava at users.sourceforge.net
Wed Jan 21 21:12:43 CET 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14344

Modified Files:
	gsb_assistant_account.c 
Log Message:
correction du bug 459

Index: gsb_assistant_account.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_account.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gsb_assistant_account.c	4 Jan 2009 18:31:54 -0000	1.24
+++ gsb_assistant_account.c	21 Jan 2009 20:12:40 -0000	1.25
@@ -496,6 +496,8 @@
     name_icon = g_object_get_data ( G_OBJECT ( pixbuf ), "name_icon" );
     devel_debug (name_icon);
     new_icon = gsb_select_icon_create_window ( name_icon );
+    if ( ! new_icon )
+        return;
     devel_debug (new_icon);
     pixbuf = gdk_pixbuf_new_from_file_at_size ( new_icon , 32, 32, &error );
     if ( ! pixbuf )



More information about the cvs mailing list