[easytag/wip/unstable: 25/56] Apply the new sort order autamatically, bug 697604



commit f1bd4cdbf391f82c34bf735be4ad47b72233bc16
Author: DarshanMn <darshan trin gmail com>
Date:   Tue Apr 9 13:49:35 2013 +0530

    Apply the new sort order autamatically, bug 697604
    
    Make the filelist treeview sort automatically on leaving preferences
    dialogue after setting new sort order.

 src/setting.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/setting.c b/src/setting.c
index dee65f3..ca25b04 100644
--- a/src/setting.c
+++ b/src/setting.c
@@ -681,6 +681,7 @@ Apply_Changes_Of_Preferences_Window (void)
         SHOW_LOG_VIEW                          = 
gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(ShowLogView));
 
         SORTING_FILE_MODE = gtk_combo_box_get_active(GTK_COMBO_BOX(SortingFileCombo));
+        Browser_List_Refresh_Sort ();
 
         if (AUDIO_FILE_PLAYER) g_free(AUDIO_FILE_PLAYER);
         AUDIO_FILE_PLAYER                       = 
g_strdup(gtk_entry_get_text(GTK_ENTRY(gtk_bin_get_child(GTK_BIN(FilePlayerCombo)))));


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