aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-label.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-12-09 09:04:39 +0800
committerChris Toshok <toshok@src.gnome.org>2002-12-09 09:04:39 +0800
commitf4f96ef264bb0b168c5f8c995d945cff1c046b9b (patch)
treeb6f44ccac0ee7961f8ef0b127e06fdd2440f2147 /addressbook/gui/widgets/e-minicard-label.c
parentcca7f7dd64b65a4a17f2cee9f9ec426934bf65c9 (diff)
downloadgsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.gz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.bz2
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.lz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.xz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.zst
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.zip
connect ::response to gtk_widget_destroy so the dialog goes away.
2002-12-08 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): connect ::response to gtk_widget_destroy so the dialog goes away. * gui/widgets/e-minicard-label.c (e_minicard_label_construct): don't use font_gdk anymore on EText. it doesn't exist. svn path=/trunk/; revision=19059
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-label.c')
-rw-r--r--addressbook/gui/widgets/e-minicard-label.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-minicard-label.c b/addressbook/gui/widgets/e-minicard-label.c
index 241293bfe9..33016067fa 100644
--- a/addressbook/gui/widgets/e-minicard-label.c
+++ b/addressbook/gui/widgets/e-minicard-label.c
@@ -296,7 +296,6 @@ e_minicard_label_construct (GnomeCanvasItem *item)
"clip_width", (double) ( e_minicard_label->width / 2 - 4 ),
"clip", TRUE,
"use_ellipsis", TRUE,
- "font_gdk", font,
"fill_color", "black",
"draw_background", FALSE,
NULL );
@@ -309,7 +308,6 @@ e_minicard_label_construct (GnomeCanvasItem *item)
"clip_width", (double) ( ( e_minicard_label->width + 1 ) / 2 - 4 ),
"clip", TRUE,
"use_ellipsis", TRUE,
- "font_gdk", font,
"fill_color", "black",
"editable", e_minicard_label->editable,
"draw_background", FALSE,