After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316446 - History not saved
History not saved
Status: VERIFIED FIXED
Product: meld
Classification: Other
Component: general
1.0.x
Other All
: Normal normal
: ---
Assigned To: Stephen Kennedy
Stephen Kennedy
: 316448 347545 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-09-16 07:26 UTC by Nicola Buso
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Well.. just not having blank entries would suffice for me... (23.65 KB, image/png)
2006-10-01 13:47 UTC, Jean-François Fortin Tam
  Details
Patch to fix file/directory history dropdown (606 bytes, patch)
2007-03-22 21:56 UTC, Sam Jacobson
none Details | Review

Description Nicola Buso 2005-09-16 07:26:01 UTC
Should be usefull to rely on an history for the recent files opened. Both on the
"File" menu and in the "Choose file" dialog.
This is the common behavior of most programs and will be interesting to
reproduce that behavior.

Other information:
Comment 1 Brent Smith (smitten) 2005-09-17 02:53:21 UTC
*** Bug 316448 has been marked as a duplicate of this bug. ***
Comment 2 Stephen Kennedy 2005-10-12 23:05:08 UTC
How is this different to the drop down menu which is already there?
Comment 3 Harlan Rosenthal 2006-06-19 15:41:25 UTC
It's not different.  But history isn't saved right now, at least not on my Fedora Core 5 installation.
Comment 4 Stephen Kennedy 2006-07-17 21:51:23 UTC
*** Bug 347545 has been marked as a duplicate of this bug. ***
Comment 5 Jean-François Fortin Tam 2006-07-19 14:07:48 UTC
Same here, Ubuntu Dapper Drake, the history is not saved, except for the CVS one.
Comment 6 André Klapper 2006-10-01 04:14:59 UTC
renaming subject, according to the comments.
stephen: any idea for nicola, harlan and jeff how to provide more information?
Comment 7 Jean-François Fortin Tam 2006-10-01 13:47:49 UTC
Created attachment 73752 [details]
Well.. just not having blank entries would suffice for me...

The thing is, it works for certain tabs such as the cvs dir one, but it does not work for everything. I guess it's just a small bug that slipped in here. Oh, and the dropdown widget should be able to hold maybe at least 10 items without scrolling if possible.
Comment 8 Stephen Kennedy 2006-10-01 18:50:31 UTC
Strange, this worked when I coded it. I'm not sure when it stopped working.
Comment 9 Joachim Noreiko 2006-10-01 18:56:51 UTC
It worked in the previous Ubuntu (Breezy, 5.10), and it's broken in Dapper.
Comment 10 André Klapper 2006-10-04 18:18:19 UTC
confirming as per comments.
Comment 11 Sam Jacobson 2007-03-22 21:56:14 UTC
Created attachment 85140 [details] [review]
Patch to fix file/directory history dropdown

I've attached a patch which works for me to fix the history dropdown. It involves calling append_history on the appropriate GnomeEntry's. append_history is always called on the *first* GnomeEntry only. This is because the glade file gives all the entries the same historyid, and if each GnomeEntry is called separately then they overwrite each others settings (getting only the last appended item).
Comment 12 Stephen Kennedy 2007-05-26 18:08:13 UTC
Thanks Sam, I've applied it to SVN.
Comment 13 Stephen Kennedy 2007-08-13 20:52:10 UTC
Close old resolved bugs.