summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.h
diff options
context:
space:
mode:
authorGene Z. Ragan <gzr@eazel.com>2000-06-08 22:58:07 +0000
committerGene Ragan <gzr@src.gnome.org>2000-06-08 22:58:07 +0000
commitf50da8f0182726e121a68af60593a5e2b53a6cee (patch)
tree40a0edafeff887eecbfeade16d9d64f892efd875 /src/file-manager/fm-properties-window.h
parent93445c676ad3fc6be10db2ef88085e77a08cf389 (diff)
downloadnautilus-f50da8f0182726e121a68af60593a5e2b53a6cee.tar.gz
Fixed bug 983. Added user_changed signal.
2000-06-08 Gene Z. Ragan <gzr@eazel.com> * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_initialize_class), (nautilus_entry_initialize): Fixed bug 983. Added user_changed signal. (nautilus_entry_destroy), (nautilus_entry_set_text), (nautilus_entry_insert_text), (nautilus_entry_delete_text), (free_undo_data), (register_edit_undo), (restore_from_undo_snapshot_callback), (nautilus_entry_set_undo_key): Cleanups in the way undo was being registered. Created local undo data structure and removed cached undo text from class. Localized checking of undo registered boolean to a single location. (user_changed_callback): Added callback coonected to user changed signal. Undo registering is handled here. * src/nautilus-bookmarks-window.c: (create_bookmarks_window), (on_select_row), (on_text_field_focus_in_event), (on_text_field_focus_out_event), (repopulate): Updated code to properly handle undo. * src/nautilus-location-bar.c: (nautilus_location_bar_set_location): Updated code to properly handle undo.
Diffstat (limited to 'src/file-manager/fm-properties-window.h')
-rw-r--r--src/file-manager/fm-properties-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.h b/src/file-manager/fm-properties-window.h
index 9f3e816c5..835c616e0 100644
--- a/src/file-manager/fm-properties-window.h
+++ b/src/file-manager/fm-properties-window.h
@@ -29,6 +29,6 @@
#include <gtk/gtkwindow.h>
#include <libnautilus-extensions/nautilus-file.h>
-GtkWindow *fm_properties_window_get_or_create (NautilusFile *);
+GtkWindow *fm_properties_window_get_or_create (NautilusFile *file);
#endif /* FM_PROPERTIES_WINDOW_H */