aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>2000-03-28 06:12:58 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-03-28 06:12:58 +0800
commit228a741d690e89815676af8f7d7cee8ef483a2f4 (patch)
treeb276011196d898b7378df56b52c717c0f7597acb /e-util
parent22fbcb44c50ec70e5277535f9c6f7ac5fbb980d8 (diff)
downloadgsoc2013-evolution-228a741d690e89815676af8f7d7cee8ef483a2f4.tar.gz
gsoc2013-evolution-228a741d690e89815676af8f7d7cee8ef483a2f4.tar.zst
gsoc2013-evolution-228a741d690e89815676af8f7d7cee8ef483a2f4.zip
minor style clean + kill duff file in POTFILES.
svn path=/trunk/; revision=2198
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-canvas.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/e-util/e-canvas.c b/e-util/e-canvas.c
index 029f6f7908..5c6cfd3278 100644
--- a/e-util/e-canvas.c
+++ b/e-util/e-canvas.c
@@ -328,18 +328,20 @@ e_canvas_item_invoke_reflow (GnomeCanvasItem *item, int flags)
GnomeCanvasItem *child;
if (GNOME_IS_CANVAS_GROUP (item)) {
- group = GNOME_CANVAS_GROUP(item);
+ group = GNOME_CANVAS_GROUP (item);
for (list = group->item_list; list; list = list->next) {
- child = GNOME_CANVAS_ITEM(list->data);
+ child = GNOME_CANVAS_ITEM (list->data);
if (child->object.flags & E_CANVAS_ITEM_DESCENDENT_NEEDS_REFLOW)
- e_canvas_item_invoke_reflow(child, flags);
+ e_canvas_item_invoke_reflow (child, flags);
}
}
if (item->object.flags & E_CANVAS_ITEM_NEEDS_REFLOW) {
- ECanvasItemReflowFunc func = gtk_object_get_data(GTK_OBJECT(item), "ECanvasItem::reflow_callback");
+ ECanvasItemReflowFunc func;
+ func = gtk_object_get_data (GTK_OBJECT (item),
+ "ECanvasItem::reflow_callback");
if (func)
- func(item, flags);
+ func (item, flags);
}
item->object.flags &= ~E_CANVAS_ITEM_NEEDS_REFLOW;
d>ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0 * Remove USE_GNOMENG.marcus2003-04-201-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Update to 0.16.marcus2002-09-193-3/+8 * - Add missed gconf into USE_GNOME and bump PORTREVISION;sobomax2002-07-106-54/+25 * pre-patch --> post-patch, because pre-patch is used by bsd.gnomeng.mksobomax2002-07-101-1/+1 * Implement USE_GNOMENG. Users should not be able to start using Evolutionmarcus2002-07-101-5/+4 * Don't compile/install useless statically linked versions of shared objects.sobomax2002-01-233-17/+23 * Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8 * Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17 * Forgot to add these in my previous commit.sobomax2001-11-102-0/+37 * Update to 0.14.sobomax2001-11-102-3/+3 * Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14 * Update to 0.12.sobomax2001-10-093-3/+6 * Update to 0.11.sobomax2001-08-163-2/+3 * Update to 0.10.sobomax2001-08-085-9/+30 * Update to 0.7.sobomax2001-07-094-36/+9 * Update to 0.6.sobomax2001-07-065-13/+48 * SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1 * Update to 0.2ade2001-04-234-9/+43 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1