Re: [evolution-patches] patch for 42870
- From: Chris Toshok <toshok ximian com>
- To: Sean Gao <sean gao sun com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] patch for 42870
- Date: 12 May 2003 01:52:20 -0700
This looks good, applying now.
On Sun, 2003-05-11 at 21:08, Sean Gao wrote:
> Hi there,
> This is a crash bug on Solaris. I think it should add a NULL by the
> end of g_build_filename().
>
> Regards
> -Sean
>
> ______________________________________________________________________
> Index: addressbook/gui/contact-list-editor/e-contact-list-editor.c
> ===================================================================
> RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/e-contact-list-editor.c,v
> retrieving revision 1.40
> diff -u -r1.40 e-contact-list-editor.c
> --- addressbook/gui/contact-list-editor/e-contact-list-editor.c 18 Apr 2003 17:44:16 -0000 1.40
> +++ addressbook/gui/contact-list-editor/e-contact-list-editor.c 12 May 2003 03:56:05 -0000
> @@ -303,7 +303,7 @@
> G_CALLBACK (app_delete_event_cb), editor);
>
> /* set the icon */
> - icon_path = g_build_filename (EVOLUTION_IMAGESDIR, "contact-list-16.png");
> + icon_path = g_build_filename (EVOLUTION_IMAGESDIR, "contact-list-16.png", NULL);
> gnome_window_icon_set_from_file (GTK_WINDOW (editor->app), icon_path);
> g_free (icon_path);
> }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]