mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Remove some spurious debugging statements I accidentally left in.
* src/ntl-app.c, components/notes/ntl-notes.c: Remove some spurious debugging statements I accidentally left in.
This commit is contained in:
parent
f6e6b47110
commit
efb0f416c1
5 changed files with 4 additions and 20 deletions
|
@ -1,5 +1,9 @@
|
|||
2000-04-19 Maciej Stachowiak <mjs@eazel.com>
|
||||
|
||||
* src/ntl-app.c, components/notes/ntl-notes.c: Remove some
|
||||
spurious debugging statements I accidentally left in.
|
||||
|
||||
|
||||
OAF conversion. You must now build bonobo and gnome-vfs with --enable-oaf
|
||||
|
||||
* configure.in: Check for OAF
|
||||
|
|
|
@ -132,8 +132,6 @@ do_destroy (GtkObject *obj, Notes *notes)
|
|||
g_free (notes->uri);
|
||||
g_free (notes);
|
||||
|
||||
puts ("XXX notes: --");
|
||||
|
||||
notes_object_count--;
|
||||
if (notes_object_count <= 0) {
|
||||
gtk_main_quit();
|
||||
|
@ -179,10 +177,6 @@ make_notes_view (BonoboGenericFactory *Factory, const char *goad_id, gpointer cl
|
|||
nautilus_meta_view_frame_set_label (NAUTILUS_META_VIEW_FRAME (notes->view),
|
||||
_("Notes"));
|
||||
|
||||
puts ("XXX notes: ++");
|
||||
|
||||
printf ("CREATING notes view: 0x%x\n", (unsigned) notes->view);
|
||||
|
||||
return BONOBO_OBJECT (notes->view);
|
||||
}
|
||||
|
||||
|
@ -192,8 +186,6 @@ main(int argc, char *argv[])
|
|||
BonoboGenericFactory *factory;
|
||||
CORBA_ORB orb;
|
||||
|
||||
puts ("YYY: notes main");
|
||||
|
||||
/* Make criticals and warnings stop in the debugger if NAUTILUS_DEBUG is set.
|
||||
* Unfortunately, this has to be done explicitly for each domain.
|
||||
*/
|
||||
|
|
|
@ -132,8 +132,6 @@ do_destroy (GtkObject *obj, Notes *notes)
|
|||
g_free (notes->uri);
|
||||
g_free (notes);
|
||||
|
||||
puts ("XXX notes: --");
|
||||
|
||||
notes_object_count--;
|
||||
if (notes_object_count <= 0) {
|
||||
gtk_main_quit();
|
||||
|
@ -179,10 +177,6 @@ make_notes_view (BonoboGenericFactory *Factory, const char *goad_id, gpointer cl
|
|||
nautilus_meta_view_frame_set_label (NAUTILUS_META_VIEW_FRAME (notes->view),
|
||||
_("Notes"));
|
||||
|
||||
puts ("XXX notes: ++");
|
||||
|
||||
printf ("CREATING notes view: 0x%x\n", (unsigned) notes->view);
|
||||
|
||||
return BONOBO_OBJECT (notes->view);
|
||||
}
|
||||
|
||||
|
@ -192,8 +186,6 @@ main(int argc, char *argv[])
|
|||
BonoboGenericFactory *factory;
|
||||
CORBA_ORB orb;
|
||||
|
||||
puts ("YYY: notes main");
|
||||
|
||||
/* Make criticals and warnings stop in the debugger if NAUTILUS_DEBUG is set.
|
||||
* Unfortunately, this has to be done explicitly for each domain.
|
||||
*/
|
||||
|
|
|
@ -155,8 +155,6 @@ impl_Nautilus_Application_create_object(impl_POA_Nautilus_Application *servant,
|
|||
{
|
||||
view_frame = fm_directory_view_get_view_frame (dir_view);
|
||||
|
||||
printf ("CREATING content view: 0x%x\n", (unsigned) view_frame);
|
||||
|
||||
retval = CORBA_Object_duplicate(bonobo_object_corba_objref(BONOBO_OBJECT(view_frame)), ev);
|
||||
}
|
||||
|
||||
|
|
|
@ -155,8 +155,6 @@ impl_Nautilus_Application_create_object(impl_POA_Nautilus_Application *servant,
|
|||
{
|
||||
view_frame = fm_directory_view_get_view_frame (dir_view);
|
||||
|
||||
printf ("CREATING content view: 0x%x\n", (unsigned) view_frame);
|
||||
|
||||
retval = CORBA_Object_duplicate(bonobo_object_corba_objref(BONOBO_OBJECT(view_frame)), ev);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue