diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-31 04:24:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-31 04:24:28 +0800 |
commit | 1e9dff62bd12ff0bf6f646e25d638ea713e9577a (patch) | |
tree | abab17e3dec6fcdffed1fc8c0bbfe25d9ba420e2 /shell | |
parent | b2815aa1895e0e5a6680d40dd61602e7d5e1b8e7 (diff) | |
download | gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar.gz gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar.bz2 gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar.lz gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar.xz gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.tar.zst gsoc2013-evolution-1e9dff62bd12ff0bf6f646e25d638ea713e9577a.zip |
Since this is an ETree now, the signature of the double click callback has
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.
svn path=/trunk/; revision=9052
Diffstat (limited to 'shell')
-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) |