diff options
Diffstat (limited to 'shell/evolution-shell-client.c')
-rw-r--r-- | shell/evolution-shell-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c index 3100991384..f7fb368399 100644 --- a/shell/evolution-shell-client.c +++ b/shell/evolution-shell-client.c @@ -113,6 +113,7 @@ impl_FolderSelectionListener_selected (PortableServer_Servant servant, ret_folder->customIconName = CORBA_string_dup (folder->customIconName); ret_folder->evolutionUri = CORBA_string_dup (folder->evolutionUri); ret_folder->unreadCount = folder->unreadCount; + ret_folder->sortingPriority = folder->sortingPriority; * (listener_servant->folder_return) = ret_folder; } |