GNOME Bugzilla – Bug 551209
Import file dialog size
Last modified: 2009-06-03 12:53:18 UTC
Open the import dialog, it will open in the last location it was used, probably your library folder. Now, go to another folder (one where you have never pointed the import to?) and press cancel. Now open the import dialog again and the file/dir chooser dialog will open very small.
Created attachment 118208 [details] Screenshot
I have resized the dialog in this new folder and opened the dialog again, it again opened small. Choosing my library folder again, cancel, open again: big window.
I noticed this too. Not sure how recent it is because it's been a while since I've imported anything.
I haven't been able to reproduce this with GTK+ 2.12.11 and GTK# 2.10.0. The dialog stays at the same size. Which versions are you guys using ? As the dialog is the standard GTK file chooser, I guess it might be a factor.
GTK+ 2.14.1 and GTK# 2.12.1 (on Ubuntu Intrepid). I hadn't thought of that, but it certainly could be the case.
Same here (not on intrepid but same versions). Perhaps we should reassign the bug to gtk#?
*** Bug 567712 has been marked as a duplicate of this bug. ***
(copying info from bug 567712) It appears to have something to do with shortcuts; if I comment out the call to `FileImportSource.SetChooserShortcuts()` in `FolderImportSource.cs`, the dialog opens correctly every time. The error occurs even if all the banshee-specific code is removed from `FolderImportSource.Import()`, but if the code is then copied into a stand-alone application, the error does not occur. This might be a bug in GTK+ or GTK#, but Banshee is the only application in which I can reproduce it.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 558776 ***