Re: [evolution-patches] [Mailer] Fix for 244058
- From: Sankar P <psankar novell com>
- To: Johnny Jacob <johnnyjacob gmail com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] [Mailer] Fix for 244058
- Date: Wed, 21 Dec 2005 16:04:52 +0530
Hi,
> /* Check bcc.entry if hidden & not empty then show */
> + e_msg_composer_set_view_bcc (composer, *temp && temp);
> + }
Shouldnt that be rather,
e_msg_composer_set_view_bcc (composer, temp && *temp); ?
Can temp be changed into something descriptive like composer_field?
The parameter to gtk_entry_get_text needs to be type-cast properly so as
to avoid warnings. The return value is a const char*.
const char *temp;
temp = gtk_entry_get_text ( GTK_ENTRY(...));
--
Sankar P <psankar novell com>
Novell Inc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]