[nautilus/gnome-2-32: 84/283] Use the new API in the preferences.



commit 131bf0090b391c731b16e4b7411a33da859b408c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed May 12 19:54:39 2010 +0200

    Use the new API in the preferences.

 src/nautilus-file-management-properties.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index 3166fe3..7d9ea3e 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -426,7 +426,7 @@ nautilus_file_management_properties_dialog_setup_icon_caption_page (GtkBuilder *
 	
 	writable = eel_preferences_key_is_writable (NAUTILUS_PREFERENCES_ICON_VIEW_CAPTIONS);
 
-	columns = nautilus_get_all_columns ();
+	columns = nautilus_get_common_columns ();
 	
 	for (i = 0; icon_captions_components[i] != NULL; i++) {
 		GtkWidget *combo_box;
@@ -506,7 +506,7 @@ nautilus_file_management_properties_dialog_setup_list_column_page (GtkBuilder *b
 	GtkWidget *chooser;
 	GtkWidget *box;
 	
-	chooser = nautilus_column_chooser_new ();
+	chooser = nautilus_column_chooser_new (NULL);
 	g_signal_connect (chooser, "changed", 
 			  G_CALLBACK (columns_changed_callback), chooser);
 	g_signal_connect (chooser, "use_default", 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]