[Addressbook] Patch for bug #329315 – Address Book view by Address Card messed up
Devashish <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Organization | Novell |
| Message-ID | <[email protected]> |
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 _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
view.diff
(text/x-patch, 733 B)
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);