Alanaktion / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
1 stars 0 forks source link

[BUG] path does not refresh #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. move data ...
.a via command line
.b via on-complete-script
.c via new built in option on PC1

What do you see ?
.a .b > must close app & relaunch to see changed data-path
.c > PC1 shows the change but PC2 must be restarted

What is the expected output? 
path should be updated in GUI

What version of the product are you using? On what operating system?
PC1 > 2.0 on ubuntu lucid
PC2 > 2.0 on win7

Original issue reported on code.google.com by boolionc...@gmail.com on 17 Aug 2010 at 2:58

GoogleCodeExporter commented 9 years ago
It is by design. Path and tracker are treated as mandatory data. They are 
requested only once to lower load to the daemon.

Original comment by j...@cp-lab.com on 23 Aug 2010 at 9:51

GoogleCodeExporter commented 9 years ago
tracker does not change, so it makes perfect sense not to update this
but path does (ie; the default settings "incomplete-dir" & "download-dir")
in the current design you must relaunch the app to see any changed locations

i see why path does not need to be checked every update cycle
but updating it only once makes GUI report incorrect info

please reconsider
perhaps only when the status changes ?

Original comment by boolionc...@gmail.com on 23 Aug 2010 at 1:24