Remove all g_print statements. (header_expose_cb): Fix pixbuf clipping.

2001-12-13  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view-list.c: Remove all g_print statements.
	(header_expose_cb): Fix pixbuf clipping.

	* capplet-dir-view.c (capplet_dir_view_new):
	s/gtk_object_unref/g_object_unref.

	* main.c (main): s/bonobo_main/gtk_main.
This commit is contained in:
Richard Hestilow 2001-12-14 01:27:14 +00:00 committed by Rachel Hestilow
parent 18ba1f45f6
commit 83162b8039
4 changed files with 24 additions and 19 deletions

View file

@ -359,7 +359,7 @@ capplet_dir_view_new (void)
glade_xml_signal_connect_data (xml, "close_cb", GTK_SIGNAL_FUNC (close_cb), view);
glade_xml_signal_connect_data (xml, "about_menu_cb", GTK_SIGNAL_FUNC (about_menu_cb), view);
gtk_object_unref (GTK_OBJECT (xml));
g_object_unref (G_OBJECT (xml));
gtk_object_set (GTK_OBJECT (view), "layout", prefs->layout, NULL);