aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-26 04:05:40 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-26 04:05:40 +0800
commit0a226a048384c990cb180b5f52a6c51f153252c3 (patch)
treeb6d6490c760d524cbb676681d38c7093fa18a123 /widgets/text
parent6c0fded334bf9c7a2b7142cae6ee372afe2026be (diff)
downloadgsoc2013-evolution-0a226a048384c990cb180b5f52a6c51f153252c3.tar.gz
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 'widgets/text')
-rw-r--r--widgets/text/e-entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/text/e-entry.c b/widgets/text/e-entry.c
index 6c060244f5..6e4b6a1949 100644
--- a/widgets/text/e-entry.c
+++ b/widgets/text/e-entry.c
@@ -97,7 +97,7 @@ enum {
ARG_DRAW_BACKGROUND,
ARG_DRAW_BUTTON,
ARG_EMULATE_LABEL_RESIZE,
- ARG_CURSOR_POS,
+ ARG_CURSOR_POS
};
typedef struct _EEntryPrivate EEntryPrivate;
@@ -1352,4 +1352,4 @@ e_entry_class_init (GtkObjectClass *object_class)
GTK_TYPE_INT, GTK_ARG_READWRITE, ARG_CURSOR_POS);
}
-E_MAKE_TYPE(e_entry, "EEntry", EEntry, e_entry_class_init, e_entry_init, PARENT_TYPE);
+E_MAKE_TYPE(e_entry, "EEntry", EEntry, e_entry_class_init, e_entry_init, PARENT_TYPE)
800'>2007-01-241-3/+3 * . Update to patchset 4.glewis2007-01-2318-337/+11 * All we are saying is give gcc 4.x a chance.glewis2007-01-111-0/+17 * . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]glewis2006-12-1214-9/+225 * . Fix a problem with os_sleep returning early without raising an exceptionglewis2006-11-072-1/+33 * . Fix a possible problem building the JDK in the GMT+0 time zone. Whenglewis2006-11-071-0/+21 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-143-4/+4 * . Diablo is no longer restricted to i386, so allow it to be a possibleglewis2006-09-141-4/+2 * . Prevent problems opening RandomAccessFile with "rws" as the mode byglewis2006-09-092-1/+22 * . Fix a segfault caused by fonts with illegal glyph names or glyph namesglewis2006-08-022-1/+18 * . Space out the arguments to OPTIONS with tabs rather than spaces.glewis2006-08-021-4/+7 * . Bump PORTREVISION.glewis2006-07-191-1/+1 * . On amd64 the plugin should look for the Server VM, since there is noglewis2006-07-193-0/+45 * . Properly deal with error cases in transferTo0().glewis2006-07-191-0/+38 * . Convert to using OPTIONS.glewis2006-07-192-48/+48 * . Bump PORTREVISION for the last three changes.glewis2006-06-171-0/+1 * . Work around a thread cache problem that caused javah to crash with anglewis2006-06-171-0/+16 * . Filter out corrupt environment variables with no name.glewis2006-06-171-0/+22 * . Increase the default stack size on amd64.glewis2006-06-171-0/+13 * Remove USE_REINPLACE from categories starting with a Jedwin2006-05-091-1/+0 * . Make diablo-jdk15 the default bootstrap JDK for i386.glewis2006-04-261-1/+4 * . Fix key recognition problems when NumLock is on.glewis2006-04-262-0/+60 * . Update to 1.5.0 patchset 3.glewis2006-04-0719-391/+14 * Reassign these ports from inactive maintainer to glewis, who has been doinglinimon2006-03-311-1/+1 * . Set the REX bits correctly on amd64. Fixes possible segfaults withglewis2006-02-132-1/+14 * . Tweak the fix for linking with the system's version of zlib to justglewis2006-02-132-7/+60 * . Enable parallel compilation during the build of HotSpot. Note that weglewis2006-02-032-1/+6 * . Install a desktop icon for the java/jdk15 Control Panel. [1]glewis2006-01-302-3/+35 * . Link with the system libz instead of building the our own internalglewis2006-01-298-88/+141 * . USE_ICONV is required whether we're building the web parts or not.glewis2005-12-181-1/+2 * . Tell the user all the files they will need up front, instead of tellingglewis2005-12-151-33/+31 * . Add $FreeBSD$.glewis2005-12-032-0/+4 * . "Privatise" the symbols in libzip.so to avoid conflicting with thoseglewis2005-12-032-1/+86 * . The patch to use getaddrinfo() #ifdef'ed out too much code. Change thatglewis2005-12-031-0/+25 * . Add $FreeBSD$.glewis2005-11-241-0/+1 * . Add SHA256.glewis2005-11-241-0/+3 * . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-233-2/+72 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * . Bump PORTREVISION for the last two fixes.glewis2005-10-131-0/+1 * . Switch to using XToolkit by default. According toglewis2005-10-132-0/+34