aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-03 01:22:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-03 01:22:29 +0800
commitae79a5820be5ceb8018d2af16a632be430db05f9 (patch)
treece0879bb44f2ca72c81921ad3ec12e9136f25ce1 /shell
parent2b12d52c567d2c0fd8fdcd54cb655519c292c142 (diff)
downloadgsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar.gz
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar.bz2
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar.lz
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar.xz
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.tar.zst
gsoc2013-evolution-ae79a5820be5ceb8018d2af16a632be430db05f9.zip
(bonobo_interface_remove_folder_cb): Add
parameter @listener to match the signal's signature. [#24413] svn path=/trunk/; revision=17349
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-local-storage.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2257a5036b..b4facf3710 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2002-07-02 Ettore Perazzoli <ettore@ximian.com>
+ * e-local-storage.c (bonobo_interface_remove_folder_cb): Add
+ parameter @listener to match the signal's signature. [#24413]
+
+2002-07-02 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-user-creatable-items-handler.c: New member tooltip in
struct MenuItem.
(ensure_menu_items): Initialize the tooltip member.
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index a521f5503a..882a52e5bb 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -1002,7 +1002,7 @@ bonobo_interface_create_folder_cb (EvolutionStorage *storage,
const char *path,
const char *type,
const char *description,
- const char *parent_path,
+ const char *parent_physical_uri,
void *data)
{
ELocalStorage *local_storage;
@@ -1014,6 +1014,7 @@ bonobo_interface_create_folder_cb (EvolutionStorage *storage,
static int
bonobo_interface_remove_folder_cb (EvolutionStorage *storage,
+ const Bonobo_Listener listener,
const char *path,
const char *physical_uri,
void *data)