Re: [evolution-patches] Fix to Save All Attachments to save the path
- From: Not Zed <notzed ximian com>
- To: sragavan novell com
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Fix to Save All Attachments to save the path
- Date: Wed, 03 Aug 2005 19:12:09 +0800
this adds a warning, can you please fix this.
On Mon, 2005-08-01 at 10:11 +0530, Srinivasa Ragavan wrote:
> static void
> -emu_update_save_path(const char *filename)
> +emu_update_save_path(const char *filename, gboolean path)
> {
> - char *dir = g_path_get_dirname(filename);
> + char *dir = path ? filename : g_path_get_dirname(filename);
> GConfClient *gconf = gconf_client_get_default();
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]