Comment 20 for bug 660620

Revision history for this message
Thiago Teixeira (tvst) wrote : RE: [Bug 660620] Re: cardapio needs docky support!

> - I somehow can't position the bottom search slab on the bottom because the "Software center etc." slab is glued to the bottom!! I don't know shit about Gtk though

Just open the UI file with Glade, click on the widget you want to position at the bottom, click on the "packing" tab on the right, then select "pack type: end". :)

> - if you have the flag "remember the search text on window closure" set and you search in one window position, then you open the window in another position (meaning the toggle of search bars visibility), the newly visible search bar isn't filled with the search string (even though the results are clearly being remembered)

We can just add a line or two in Cardapio's hide() method to make the text from the active searchbar get copied to all hidden searchbars.

> Could you check this if you'll find some spare time, Thiago?

I will. Probably on Tuesday, though, because I have a big deadline at work tomorrow :)

Cheers

- Thiago