diff options
author | Anders Carlsson <andersca@gnu.org> | 2002-01-28 07:20:13 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2002-01-28 07:20:13 +0000 |
commit | ba30345e3cf5ee177625dc5264fd77d0cb51c530 (patch) | |
tree | 3651a9827b481d4134a5a67ad87e36c817238659 /libnautilus-private/nautilus-entry.c | |
parent | e4f7a87b7ce4a23a9d5d2aba57bbba6257b8d35a (diff) | |
download | nautilus-ba30345e3cf5ee177625dc5264fd77d0cb51c530.tar.gz |
Fix build.
2002-01-28 Anders Carlsson <andersca@gnu.org>
* libnautilus-private/nautilus-entry.c: Fix build.
Thanks to zilch for reporting this.
Diffstat (limited to 'libnautilus-private/nautilus-entry.c')
-rw-r--r-- | libnautilus-private/nautilus-entry.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libnautilus-private/nautilus-entry.c b/libnautilus-private/nautilus-entry.c index fac55b3ed..937a57690 100644 --- a/libnautilus-private/nautilus-entry.c +++ b/libnautilus-private/nautilus-entry.c @@ -148,8 +148,6 @@ nautilus_entry_key_press (GtkWidget *widget, GdkEventKey *event) break; } - obscure_cursor (entry); - old_has = gtk_editable_get_selection_bounds (editable, NULL, NULL); result = EEL_CALL_PARENT_WITH_RETURN_VALUE @@ -175,7 +173,6 @@ nautilus_entry_motion_notify (GtkWidget *widget, GdkEventMotion *event) int result; gboolean old_had, new_had; int old_start, old_end, new_start, new_end; - GdkCursor *cursor; NautilusEntry *entry; GtkEditable *editable; |