aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-hdrs.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 20:35:16 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 20:35:16 +0800
commit6525d9ad47554ce93f66a2d266c4b979ee65cbad (patch)
treec798a644d08172303a04547298242d77dbef05b3 /composer/e-msg-composer-hdrs.c
parentaf3c0ca93922eccab25da7e4b3ef6bf109c2ce80 (diff)
downloadgsoc2013-evolution-6525d9ad47554ce93f66a2d266c4b979ee65cbad.tar.gz
gsoc2013-evolution-6525d9ad47554ce93f66a2d266c4b979ee65cbad.tar.zst
gsoc2013-evolution-6525d9ad47554ce93f66a2d266c4b979ee65cbad.zip
Removed the extra frame here.
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * e-msg-composer-hdrs.c: Removed the extra frame here. svn path=/trunk/; revision=4009
Diffstat (limited to 'composer/e-msg-composer-hdrs.c')
-rw-r--r--composer/e-msg-composer-hdrs.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 0a29724d98..cffa8a763e 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -190,22 +190,9 @@ add_header (EMsgComposerHdrs *hdrs,
entry = gtk_entry_new ();
if (entry != NULL) {
- GtkWidget *widget_to_attach;
-
- /* The entries we get from ::SelectNames don't have a frame.
- FIXME: They should. */
- if (GTK_IS_ENTRY (entry)) {
- widget_to_attach = entry;
- } else {
- widget_to_attach = gtk_frame_new (NULL);
- gtk_frame_set_shadow_type (GTK_FRAME (widget_to_attach), GTK_SHADOW_IN);
- gtk_container_add (GTK_CONTAINER (widget_to_attach), entry);
- gtk_widget_show (widget_to_attach);
- }
-
gtk_widget_show (entry);
- gtk_table_attach (GTK_TABLE (hdrs), widget_to_attach,
+ gtk_table_attach (GTK_TABLE (hdrs), entry,
1, 2, priv->num_hdrs, priv->num_hdrs + 1,
GTK_FILL | GTK_EXPAND, GTK_FILL,
2, 2);
lass='deletions'>-12/+11 * - Fix Makefile in case the user has/wants no OpenGL supportmiwi2007-09-201-7/+12 * - Update to 3.17.3miwi2007-09-143-234/+230 * Now that both QT 3 and 4 install into same PREFIX, fix py-qt compilationlesi2007-05-222-1/+22 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 3.17.2miwi2007-04-272-4/+4 * - Set PORTEPOCHmiwi2007-04-251-0/+1 * - Update to 3.17.1miwi2007-04-182-6/+6 * - Update to 20070220miwi2007-03-272-7/+7 * - Pass maintainership to submittermiwi2007-01-221-1/+1 * - Update to 3.17miwi2006-12-112-5/+5 * Reset maintainer at his request.linimon2006-09-081-1/+1 * - Update to 3.16mnag2006-04-252-10/+14 * Update to 3.15.1mnag2005-11-292-7/+6 * Add SHA256mnag2005-11-141-0/+1 * Unbreak package build by adding run dependency on py-sip.vsevolod2005-09-081-0/+1 * Update to 3.15.vsevolod2005-09-063-476/+516 * - backout previous commitleeym2005-07-281-1/+0 * - remove redundant directoryleeym2005-07-281-0/+1 * * Update to latest snapshot, in line with sip, qscintilla.lofi2005-07-133-6/+5 * Fix plist.lofi2005-07-122-1/+2 * Update to new version (snapshot)lofi2005-07-113-5/+195 * Update to 3.14.1, add backup master site.lofi2005-04-122-5/+4 * Mirror yet another PyQt distfile and unbreak.lofi2005-03-271-3/+3 * BROKEN: Unfetchablekris2005-03-271-0/+2 * Update py-sip, py-qt, py-kde to versions 4.2, 3.14, 4.0.0 respectively.lofi2005-03-214-20/+9