Package: mousepad / 0.4.0-4

Metadata

Package Version Patches format
mousepad 0.4.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_prevent a g_settings cycle.patch | (download)

mousepad/mousepad-action-group.c | 16 10 + 6 - 0 !
1 file changed, 10 insertions(+), 6 deletions(-)

 [patch 2/3] prevent a g_settings cycle.

When the selected menu item changes, only update the g_setting.
When the g_setting changes, only update the selected menu item.

This prevents g_setting changes from bouncing between windows
endlessly.

02_do not manually update the view theme.patch | (download)

mousepad/mousepad-window.c | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

 [patch 3/3] do not manually update the view theme.

The view property is bound directly to the g_setting, so it will
be updated autoatically whenever that changes. The action group
updates the g_setting so we don't need to manually propagate the
setting.