From 1e9dff62bd12ff0bf6f646e25d638ea713e9577a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 30 Mar 2001 20:24:28 +0000 Subject: Since this is an ETree now, the signature of the double click callback has 2001-03-30 Christopher James Lahey * e-shell-folder-selection-dialog.c (dbl_click_cb): Since this is an ETree now, the signature of the double click callback has changed. svn path=/trunk/; revision=9052 --- shell/ChangeLog | 6 ++++++ shell/e-shell-folder-selection-dialog.c | 1 + 2 files changed, 7 insertions(+) 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 + + * 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 * 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) -- cgit v1.2.3