From 455d1eabc1ab7f5a8676bb027e6f3c7b79327b01 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Mar 2001 14:35:57 +0000 Subject: Override cursor_activated signal instead of cursor_changed signal. 2001-03-05 Christopher James Lahey * e-storage-set-view.c: Override cursor_activated signal instead of cursor_changed signal. svn path=/trunk/; revision=8554 --- shell/ChangeLog | 5 +++++ shell/e-storage-set-view.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 3843f23c1b..9c0c7d4be5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-03-05 Christopher James Lahey + + * e-storage-set-view.c: Override cursor_activated signal instead + of cursor_changed signal. + 2001-02-27 Dan Winship * main.c (development_warning): Update this again. diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index e31a5e6700..8dcc988234 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -67,7 +67,7 @@ struct _EStorageSetViewPrivate { GHashTable *type_name_to_pixbuf; - /* Path of the row selected by the latest "cursor_change" signal. */ + /* Path of the row selected by the latest "cursor_activated" signal. */ const char *selected_row_path; gboolean show_folders; @@ -557,8 +557,8 @@ right_click (ETable *etable, } static void -cursor_change (ETable *table, - int row) +cursor_activated (ETable *table, + int row) { EStorageSetView *storage_set_view; ETreePath *node; @@ -879,7 +879,7 @@ class_init (EStorageSetViewClass *klass) etable_class = E_TABLE_CLASS (klass); etable_class->right_click = right_click; - etable_class->cursor_change = cursor_change; + etable_class->cursor_activated = cursor_activated; etable_class->table_drag_begin = table_drag_begin; etable_class->table_drag_data_get = table_drag_data_get; etable_class->table_drag_motion = table_drag_motion; -- cgit v1.2.3