summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2004-02-27 21:59:59 +0000
committerDave Camp <campd@src.gnome.org>2004-02-27 21:59:59 +0000
commit1909d5c84af014ff48318dde195ffa68484c5ac7 (patch)
tree7c0586403fcdacef3c13c9dc21b03700e35b8d0a /ChangeLog
parent4883b1f394f80ee8d6300764ef2d94270b7d2603 (diff)
downloadnautilus-1909d5c84af014ff48318dde195ffa68484c5ac7.tar.gz
Remove the FM_LIST_MODEL_NAME_COLUMN enum, the name column is handled with
2004-02-27 Dave Camp <dave@ximian.com> * src/file-manager/fm-list-model.c: (fm_list_model_get_value): * src/file-manager/fm-list-model.h: Remove the FM_LIST_MODEL_NAME_COLUMN enum, the name column is handled with the dynamic columns. * src/file-manager/fm-list-view.c: (select_matching_name), (create_and_set_up_tree_view): Use the dynamic name column in the typeahead buffer. Fixes #133750.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0824d697..ccf548716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-02-27 Dave Camp <dave@ximian.com>
+ * src/file-manager/fm-list-model.c: (fm_list_model_get_value):
+ * src/file-manager/fm-list-model.h: Remove the
+ FM_LIST_MODEL_NAME_COLUMN enum, the name column is handled
+ with the dynamic columns.
+ * src/file-manager/fm-list-view.c: (select_matching_name),
+ (create_and_set_up_tree_view): Use the dynamic name column
+ in the typeahead buffer.
+
+ Fixes #133750.
+
+2004-02-27 Dave Camp <dave@ximian.com>
+
* src/file-manager/fm-properties-window.c (append_extension_pages):
Set is-extension-page on the page widget, not the extension object.