[nautilus] Use the new API in the preferences.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Use the new API in the preferences.
- Date: Thu, 13 May 2010 10:33:43 +0000 (UTC)
commit 19bbf8a1ae54cc11d51935f94209074fb2659e90
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]