GNOME Bugzilla – Bug 632458
eog shows old information after deletion of last file
Last modified: 2010-10-28 16:58:13 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/eog/+bug/662120 "After deleting a file in eog, it automatically opens another image file in the same directory. After deleting the last image file in a directory, it obviously cannot show anything. However, the status bar and title bar still show the information of the last, now deleted, image. This information should not be shown anymore."
Created attachment 173064 [details] [review] Clear the statusbar after delete the last image This patch push into the status bar empty message when the last image has been removed.
(In reply to comment #1) > Created an attachment (id=173064) [details] [review] > Clear the statusbar after delete the last image > > This patch push into the status bar empty message when the last image has been > removed. This is not sufficient enough. It only clears a possible tooltip text (not the image info) and works only when deleting the file from eog. Fixed it differently in master: commit 7a6ea9ee0e5e8a2d89fd16f241a693c5a56f3b78 Author: Felix Riemann <> Date: Sat Oct 23 23:54:33 2010 +0200 Clear status + titlebar when deleting last image in collection Fixes bug 632458. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.