[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-61-g36f9051

NIEL Gérald nobody at users.sourceforge.net
Mon Sep 27 21:55:48 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  36f9051c3c18791ccdd4cb0b65d83e04740dc295 (commit)
      from  bc226a3ddf4fe89ee0a9287e9ad1af4855a31821 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 36f9051c3c18791ccdd4cb0b65d83e04740dc295
Author: Gérald Niel <gerald at mbp15-gn.local>
Date:   Mon Sep 27 21:51:42 2010 +0200

    fix crash Grisbi dock icon in Mac OS X 64 bits.

-----------------------------------------------------------------------

Changes:
diff --git a/src/main.c b/src/main.c
index 27bde95..29e0030 100644
--- a/src/main.c
+++ b/src/main.c
@@ -289,7 +289,8 @@ void main_mac_osx ( int argc, char **argv )
     else
         display_tip ( FALSE );
 
-    pixbuf = gsb_select_icon_get_default_logo_pixbuf ( );
+    pixbuf = gdk_pixbuf_new_from_file ( g_build_filename 
+                        (GRISBI_PIXMAPS_DIR, "grisbi-logo.png", NULL), NULL );
     if ( pixbuf )
         gtk_osxapplication_set_dock_icon_pixbuf ( theApp, pixbuf );
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list