summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-17 14:48:51 +0000
committerTim Janik <timj@src.gnome.org>1998-08-17 14:48:51 +0000
commit47215ba40332127afcaed8c9b7f21d9591af59a0 (patch)
treed20b932ea561a5eeb76718e18f5abb7740ecaff0 /gtk/gtkentry.c
parent690a18f03288d8053a6c3f32f38b288ade30cde9 (diff)
downloadgtk+-47215ba40332127afcaed8c9b7f21d9591af59a0.tar.gz
removed gtk_input_add_interp.merge-to-themes-2-2
Mon Aug 17 15:31:38 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c: removed gtk_input_add_interp. * gtk/gtkeditable.c (gtk_editable_set_position): fixed bogus "return" keyword. (gtk_editable_get_event_time): fix default: case. * gtk/gtkclist.c (gtk_clist_swap_rows): fixes for lvalue casts. * gdk/gdkpixmap.c: made a bunch of unexported functions static. * gdk/gdkcolor.c: * gdk/gdkvisual.c: include "gdkx.h", since it exports prototypes of our functions. * various minor compilation cleanups, such as bogus commas in enums and similar things. M
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 8ca9a9e788..613d64239c 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -36,7 +36,7 @@
enum {
ARG_0,
ARG_MAX_LENGTH,
- ARG_VISIBILITY,
+ ARG_VISIBILITY
};