diff options
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c907c631b5..8cddf6f148 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-03-30 Christopher James Lahey <clahey@ximian.com> + + * e-shell-folder-selection-dialog.c (dbl_click_cb): Since this is + an ETree now, the signature of the double click callback has + changed. + 2001-03-30 Dan Winship <danw@ximian.com> * Evolution-ShellComponent.idl: add a "debug" method to tell a diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index c76e956131..1b6f456804 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -144,6 +144,7 @@ impl_destroy (GtkObject *object) static void dbl_click_cb (EStorageSetView *essv, int row, + ETreePath path, int col, GdkEvent *event, EShellFolderSelectionDialog *folder_selection_dialog) |