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 720340 - 'save as' doesn't update window title
'save as' doesn't update window title
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: GNOME3.12
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-12 17:33 UTC by Matthias Clasen
Modified: 2014-03-15 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to update window title (517 bytes, patch)
2014-03-15 05:30 UTC, Felipe Ortiz
none Details | Review

Description Matthias Clasen 2013-12-12 17:33:19 UTC
When I save an image under a new name, the Image Properties correctly show the new name, but the window title is not updated to match.
Comment 1 Felix Riemann 2013-12-16 21:03:48 UTC
Ah yes, this to some extend also due to the odd way how we handle "save as" in our image collection component, which will also cause the original file to vanish in the collection.

So, I guess GtkIconView's signalling changed so that we miss a signal now, that caused eog to update the title before. Maybe, it's finally the time to try fixing this in eog.
Comment 2 Felipe Ortiz 2014-03-15 05:30:27 UTC
Created attachment 271986 [details] [review]
Patch to update window title
Comment 3 Felix Riemann 2014-03-15 11:27:38 UTC
Okay, considering that we also update the statusbar text already after saving, updating the window title as well seems like a fair workaround to me.

commit e9cb288b025af3da24315f2b5724fa3bf388650b
Author: Felipe Ortiz <>
Date:   Sat Mar 15 12:24:16 2014 +0100

    EogWindow: Also update window title after saving
    
    Makes the window title match the displayed image's filename again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720340

Thanks.
---
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.