aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:37:37 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:37:37 +0800
commit1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd (patch)
tree60036f684734f60db99d48c25eee28c3c78f99c4
parent4e359621b1279dabd4aa573b61653109dda3fd83 (diff)
downloadgsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar.gz
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar.bz2
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar.lz
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar.xz
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.tar.zst
gsoc2013-evolution-1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd.zip
One of these days, I need somebody to teach me how to program.
svn path=/trunk/; revision=3824
-rw-r--r--calendar/gui/calendar-component.c6
-rw-r--r--calendar/gui/component-factory.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 4e92055619..60d11e6ad4 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -78,9 +78,9 @@ owner_set_cb (EvolutionShellComponent *shell_component,
static void
owner_unset_cb (EvolutionShellComponent *shell_component,
- Evolution_Shell shell_interface)
- EvolutionShellClient shell_client,
- void *data)
+ Evolution_Shell shell_interface,
+ EvolutionShellClient shell_client,
+ void *data)
{
owner_count --;
if (owner_count <= 0)
diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c
index 4e92055619..60d11e6ad4 100644
--- a/calendar/gui/component-factory.c
+++ b/calendar/gui/component-factory.c
@@ -78,9 +78,9 @@ owner_set_cb (EvolutionShellComponent *shell_component,
static void
owner_unset_cb (EvolutionShellComponent *shell_component,
- Evolution_Shell shell_interface)
- EvolutionShellClient shell_client,
- void *data)
+ Evolution_Shell shell_interface,
+ EvolutionShellClient shell_client,
+ void *data)
{
owner_count --;
if (owner_count <= 0)