From 6f351ec62bc16befb673d53b557ce711bbdefe2b Mon Sep 17 00:00:00 2001 From: Panagiotis Kanavos Date: Mon, 24 Oct 2011 18:36:38 +0300 Subject: [PATCH] Fix to current account behavior in Preferences/PreferencesView.xaml Modified Upload to always use block uploading. Need cleanup of dead code --- trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml | 7 ++++--- trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs | 4 ++-- trunk/Pithos.Core/Agents/NetworkAgent.cs | 7 ++++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml index 0d57a99..50c96cd 100644 --- a/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml +++ b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml @@ -4,7 +4,7 @@ xmlns:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification" xmlns:cal="http://www.caliburnproject.org" x:Name="TheView" - Title="Pithos Preferences" Height="381" Width="548" + Title="Pithos Preferences" Height="381" Width="600" ShowInTaskbar="true" WindowStartupLocation="CenterScreen" Icon="/Pithos.Client.WPF;component/Images/Tray.ico" @@ -59,7 +59,7 @@ - + @@ -72,7 +72,8 @@ -