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 632458 - eog shows old information after deletion of last file
eog shows old information after deletion of last file
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.32.x
Other Linux
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-18 13:25 UTC by Pedro Villavicencio
Modified: 2010-10-28 16:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.31/2.32


Attachments
Clear the statusbar after delete the last image (797 bytes, patch)
2010-10-23 09:11 UTC, Javier Sánchez Ochando
none Details | Review

Description Pedro Villavicencio 2010-10-18 13:25:48 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."
Comment 1 Javier Sánchez Ochando 2010-10-23 09:11:10 UTC
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.
Comment 2 Felix Riemann 2010-10-28 16:58:13 UTC
(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.