From e347847bddce6d27a464444d143e94f6c5c4edf4 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 14 Dec 2000 15:46:34 +0000 Subject: Change the function to have the same signature as the double click callback. svn path=/trunk/; revision=7007 --- shell/e-shell-folder-selection-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shell-folder-selection-dialog.c') diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index e2e57da7e4..0044d6dfdf 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -125,10 +125,14 @@ impl_destroy (GtkObject *object) static void dbl_click_cb (EStorageSetView *essv, int row, + int col, + GdkEvent *event, EShellFolderSelectionDialog *folder_selection_dialog) { EShellFolderSelectionDialogPrivate *priv; + g_return_if_fail (folder_selection_dialog != NULL); + priv = folder_selection_dialog->priv; if (check_folder_type (folder_selection_dialog)) { gtk_signal_emit (GTK_OBJECT (folder_selection_dialog), -- cgit v1.2.3