aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-19 11:17:26 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-19 11:17:26 +0800
commit3c075e5ac84195117f546c780c2c95df4e7da3bf (patch)
tree2d8e4decdd14d40322ddf8e04fc8da8b35c535f8
parent94f3ed8e3ad1d6ee54ca5692a7a8afc51ec11672 (diff)
downloadgsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar.gz
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar.bz2
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar.lz
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar.xz
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.tar.zst
gsoc2013-evolution-3c075e5ac84195117f546c780c2c95df4e7da3bf.zip
cripple, not worth updating to new UI code.
2000-10-18 Michael Meeks <michael@helixcode.com> * notes/component-factory.c (control_activate, control_deactivate), (create_view): cripple, not worth updating to new UI code. svn path=/trunk/; revision=6021
-rw-r--r--notes/component-factory.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/notes/component-factory.c b/notes/component-factory.c
index dcdefa2216..df7d14c129 100644
--- a/notes/component-factory.c
+++ b/notes/component-factory.c
@@ -28,6 +28,8 @@ static GnomeUIInfo gnome_toolbar [] = {
GNOMEUIINFO_END
};
+#ifdef THIS_NEEDS_UPDATING_FOR_NEW_BONOBOS
+
static void
control_deactivate (BonoboControl *control, BonoboUIHandler *uih)
{
@@ -83,7 +85,7 @@ control_activate_cb (BonoboControl *control,
else
control_deactivate (control, uih);
}
-
+#endif
static BonoboControl *
create_view (EvolutionShellComponent *shell_component,
@@ -94,8 +96,10 @@ create_view (EvolutionShellComponent *shell_component,
control = notes_factory_new_control ();
+#ifdef THIS_CODE_IS_TOTALY_DEAD
gtk_signal_connect (GTK_OBJECT (control), "activate",
control_activate_cb, NULL);
+#endif
return control;