aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorIain Holmes <iain@helixcode.com>2000-10-18 19:04:09 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-18 19:04:09 +0800
commit477157f0b16adc4519f4b8c7fda145566082fb9a (patch)
tree5a182dc8bebce309506addbd1b726839fc60bec4 /composer
parentba84ef43e5f8b5209b75c734b42acd407c1cfbc7 (diff)
downloadgsoc2013-evolution-477157f0b16adc4519f4b8c7fda145566082fb9a.tar.gz
gsoc2013-evolution-477157f0b16adc4519f4b8c7fda145566082fb9a.tar.zst
gsoc2013-evolution-477157f0b16adc4519f4b8c7fda145566082fb9a.zip
Don't need the ID anymore.
2000-10-16 Iain Holmes <iain@helixcode.com> * e-msg-composer-hdrs.c (init): Don't need the ID anymore. svn path=/trunk/; revision=5987
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/e-msg-composer-hdrs.c11
2 files changed, 6 insertions, 9 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 609d741da3..b8ea2b41ef 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-16 Iain Holmes <iain@helixcode.com>
+
+ * e-msg-composer-hdrs.c (init): Don't need the ID anymore.
+
2000-10-17 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): If the body
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 414ee2d206..b3e32caf7a 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -59,9 +59,6 @@ struct _EMsgComposerHdrsPrivate {
GtkWidget *cc_entry;
GtkWidget *bcc_entry;
GtkWidget *subject_entry;
-
- /* Unique section ID */
- char *section_id;
};
@@ -122,7 +119,8 @@ address_button_clicked_cb (GtkButton *button,
CORBA_exception_init (&ev);
- Evolution_Addressbook_SelectNames_activate_dialog (priv->corba_select_names, priv->section_id, &ev);
+ /* FIXME: Section ID */
+ Evolution_Addressbook_SelectNames_activate_dialog (priv->corba_select_names, "", &ev);
CORBA_exception_free (&ev);
}
@@ -344,7 +342,6 @@ destroy (GtkObject *object)
CORBA_exception_free (&ev);
}
- g_free (priv->section_id);
gtk_object_destroy (GTK_OBJECT (priv->tooltips));
if (GTK_OBJECT_CLASS (parent_class)->destroy != NULL)
@@ -393,10 +390,6 @@ init (EMsgComposerHdrs *hdrs)
priv->num_hdrs = 0;
- /* Make a unique id from the addresses various things
- This only needs to be unique as long as hdrs exists */
- priv->section_id = g_strdup_printf ("%p-%p", hdrs, priv);
-
hdrs->priv = priv;
}
td>-1/+1 * Fix logic error when NOPORTDOCS is set.obrien2002-09-291-2/+2 * Mirror the patch files.obrien2002-09-201-1/+3 * Use offical vendor patches 1-4.obrien2002-09-133-20/+9 * Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-103-26/+4 * Bump revision for directory command-line completion fix.obrien2002-09-091-0/+1 * "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-09-091-8/+34 * We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-262-0/+26 * Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-08-061-0/+16 * `make reinstall' clean.obrien2002-08-061-1/+1 * Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-051-2/+3 * Update to version 2.05b.obrien2002-08-046-58/+38 * No longer need to explicitly provide a GNU autconf target.obrien2002-03-281-1/+0 * Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theobrien2002-03-251-0/+118 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1 * Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-231-0/+1 * * Update to 2.05a.naddy2001-11-2113-206/+189 * Our `end' key defintion for TERM==cons25 seems to be different from others.obrien2001-04-121-0/+14 * Remove. Patch not needed any longer.obrien2001-04-101-0/+0 * Update to version 2.05.obrien2001-04-105-27/+11 * Fix a segmentation fault on the Alpha.obrien2001-03-171-0/+20 * Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+3 * Fix typoobrien2000-12-231-1/+1 * It's my main shell, so I have in interest in seeing it maintained.obrien2000-11-301-1/+2 * Drop my maintainershipache2000-11-301-1/+1 * Re-add patch for failglob variable (see previous discussion on -commiters)cracauer2000-05-241-0/+151 * Fix trace() symbol clash with ncursescracauer2000-05-241-0/+14 * Restore static linkingache2000-05-231-0/+1 * Upgrade to 2.04ache2000-05-087-269/+35 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-21