[evolution-patches] [Addressbook] Patch for bug #329315 – Address Book view by Address Card messed up
- From: Devashish <sdevashish novell com>
- To: patches <evolution-patches gnome org>
- Subject: [evolution-patches] [Addressbook] Patch for bug #329315 – Address Book view by Address Card messed up
- Date: Tue, 31 Jan 2006 14:39:29 +0530
Hi,
The attached patch fixes the bug #329315.
This bug came up because of a mistake in the patch submitted by Kjartan
Maraas for http://bugzilla.gnome.org/show_bug.cgi?id=326284.
Thanks
Devashish Sharma
Index: addressbook/gui/widgets/e-minicard.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/e-minicard.c,v
retrieving revision 1.127
diff -u -p -r1.127 e-minicard.c
--- addressbook/gui/widgets/e-minicard.c 27 Jan 2006 15:41:52 -0000 1.127
+++ addressbook/gui/widgets/e-minicard.c 31 Jan 2006 09:13:05 -0000
@@ -934,7 +934,7 @@ e_minicard_reflow( GnomeCanvasItem *item
for(list = e_minicard->fields; list; list = g_list_next(list)) {
EMinicardField *field = E_MINICARD_FIELD(list->data);
- item = field->label;
+ GnomeCanvasItem *item = field->label;
g_object_get (item,
"height", &text_height,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]