Treferwynd / transmission-remote-gtk

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

Adding torrent path is not editable with latest GTK #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add torrent, the dialog opens
2. no way to enter a path, only preselected

> What is the expected output? 
Editable drop down

> What do you see instead?
http://i.imgur.com/CoQ5G52.png

> What version of the product are you using? On what operating system?
Latest build from git, OS: ArchLinux gnome shell 3.14, GTK 3.14.5

Original issue reported on code.google.com by maxim.kr...@gmail.com on 27 Nov 2014 at 6:45

GoogleCodeExporter commented 9 years ago
Confirmed, same problem with current Ubuntu (utopic/vivid); cannot believe how 
poor is the testing by GTK developers.  So much breakage version to version. 

Original comment by reardo...@gmail.com on 11 Jan 2015 at 11:07

GoogleCodeExporter commented 9 years ago
For what it's worth, here's a fix for the problem.  I think all the combobox 
wiring could be simplified, but this solves the problem for now.  Note that the 
GtkEntry child of the combobox, for some reason, is not available from within 
the constructor function, so I had to move some initialisation code out to the 
new()

Original comment by reardo...@gmail.com on 16 Jan 2015 at 11:14

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
the patch works perfectly. thank you.

Original comment by maxim.kr...@gmail.com on 17 Jan 2015 at 7:50