diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-26 04:05:40 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-26 04:05:40 +0800 |
commit | 0a226a048384c990cb180b5f52a6c51f153252c3 (patch) | |
tree | b6d6490c760d524cbb676681d38c7093fa18a123 /e-util/e-text-event-processor.c | |
parent | 6c0fded334bf9c7a2b7142cae6ee372afe2026be (diff) | |
download | gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.gz gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.bz2 gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.lz gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.xz gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.zst gsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.zip |
Ansification patch from danw.
2002-04-25 Christopher James Lahey <clahey@ximian.com>
* gal/e-paned/e-paned.c, gal/e-text/e-entry.c,
gal/util/e-bit-array.c, gal/util/e-sorter-array.c,
gal/util/e-sorter.c, gal/util/e-text-event-processor.c,
gal/widgets/color-group.c, gal/widgets/color-palette.c,
gal/widgets/e-canvas-vbox.c, gal/widgets/e-canvas.c,
gal/widgets/e-canvas.h,
gal/widgets/e-categories-master-list-array.c,
gal/widgets/e-categories-master-list-combo.c,
gal/widgets/e-categories-master-list-dialog-model.c,
gal/widgets/e-categories-master-list-dialog.c,
gal/widgets/e-categories.c, gal/widgets/e-reflow-model.c,
gal/widgets/e-reflow.c, gal/widgets/e-selection-model-array.c,
gal/widgets/e-selection-model-simple.c,
gal/widgets/e-selection-model.c, gal/widgets/e-selection-model.h,
gal/widgets/gtk-combo-box.c, gal/widgets/gtk-combo-stack.c,
gal/widgets/widget-color-combo.c,
gal/widgets/widget-pixmap-combo.c: Ansification patch from danw.
svn path=/trunk/; revision=16589
Diffstat (limited to 'e-util/e-text-event-processor.c')
-rw-r--r-- | e-util/e-text-event-processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c index 8ef98c5447..b24ce2433a 100644 --- a/e-util/e-text-event-processor.c +++ b/e-util/e-text-event-processor.c @@ -36,7 +36,7 @@ static GtkObjectClass *parent_class = NULL; /* The arguments we take */ enum { ARG_0, - ARG_ALLOW_NEWLINES, + ARG_ALLOW_NEWLINES }; enum { |