]> spindle.queued.net Git - midori/commit
Remember last folder of the Save As dialog when downloading files
authorEnrico Tröger <enrico.troeger@uvena.de>
Tue, 2 Jun 2009 23:15:36 +0000 (01:15 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 2 Jun 2009 23:15:36 +0000 (01:15 +0200)
commitad0b2ac077905898f3830f1346c8d80f875a8ad3
tree6a535bfaae9dd208c9526567a32e0c1cf450fe90
parent144eb69e5c7c684a3b2d6aab3ce2794438f563b6
Remember last folder of the Save As dialog when downloading files

This is done by creating the dialog only once and holding a
reference to it in memory. When the dialog is closed, it is only
hidden instead of destroyed. So, the next time we just re-show
the dialog with the previously used directory. It is destroyed
when the parent MidoriBrowser instance is destroyed.
midori/midori-browser.c