Merge lp:~jacob1237/pantheon-files/geometry-update into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jacob S.
Status: Merged
Approved by: Cody Garver
Approved revision: 1363
Merged at revision: 1367
Proposed branch: lp:~jacob1237/pantheon-files/geometry-update
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 18 lines (+1/-6)
1 file modified
src/View/Window.vala (+1/-6)
To merge this branch: bzr merge lp:~jacob1237/pantheon-files/geometry-update
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+192605@code.launchpad.net

Commit message

Fixed performance issue with updating the dconf-geometry

Description of the change

Fixed performance issue with updating the dconf-geometry by configure_event signal in "src/View/Window.vala"

To post a comment you must log in.
Revision history for this message
Raphael Isemann (teemperor) wrote :

Tested and works fine here.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/View/Window.vala'
2--- src/View/Window.vala 2013-09-12 00:41:28 +0000
3+++ src/View/Window.vala 2013-10-24 22:23:35 +0000
4@@ -223,14 +223,9 @@
5 });
6
7 delete_event.connect (() => {
8+ save_geometries ();
9 destroy ();
10
11- return false;
12- });
13-
14- configure_event.connect (() => {
15- save_geometries ();
16-
17 return false;
18 });
19

Subscribers

People subscribed via source and target branches

to all changes: