summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@src.gnome.org>1998-12-14 07:19:37 +0000
committerGeorge Lebl <jirka@src.gnome.org>1998-12-14 07:19:37 +0000
commit2b236ad052081e727b15f7cd2e9eaf6ea46ae842 (patch)
treea850b80e55d38cb3f68fc674dae2bbb5c1ea8a08
parent1e075a3edf4d81d7c25302f4d6c363b5bcfe5a1a (diff)
took out some of the more annoying debug stuffPANEL2_BRANCH
-George
-rw-r--r--fish/fish.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 0200c49ff..b6c747514 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -424,8 +424,6 @@ wanda_activator(PortableServer_POA poa,
{
GtkWidget *fish, *applet;
- puts("ACTIVATING");
-
applet = applet_widget_new(goad_id);
load_properties(APPLET_WIDGET(applet)->privcfgpath);
@@ -465,7 +463,6 @@ wanda_deactivator(PortableServer_POA poa,
gpointer impl_ptr,
CORBA_Environment *ev)
{
- puts("DE-ACTIVATING");
applet_widget_corba_deactivate(poa, goad_id, impl_ptr, ev);
}