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 721993 - Make Revert sensibility according to one tab not all tabs
Make Revert sensibility according to one tab not all tabs
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-11 15:39 UTC by sébastien lafargue
Modified: 2014-01-11 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make Revert sensibility according to one tab not all tabs (1.43 KB, patch)
2014-01-11 15:39 UTC, sébastien lafargue
committed Details | Review

Description sébastien lafargue 2014-01-11 15:39:04 UTC
Actualy, 'revert' sensibility is already according to active tab but
    also in update_sensitivity_according_to_open_tabs witch is wrong

A good example is :

launch gedit, add a tab then remove it
We now have 'revert' sensibility set on an untitled document
and if you trigger it, spinner run and never stop.
Comment 1 sébastien lafargue 2014-01-11 15:39:43 UTC
Created attachment 266002 [details] [review]
Make Revert sensibility according to one tab not all tabs
Comment 2 Paolo Borelli 2014-01-11 16:05:29 UTC
Review of attachment 266002 [details] [review]:

applied, thank you!