Merge lp:~artem-anufrij/pantheon-files/Bugfix-1356254 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Artem Anufrij
Status: Merged
Approved by: Cody Garver
Approved revision: 1594
Merged at revision: 1596
Proposed branch: lp:~artem-anufrij/pantheon-files/Bugfix-1356254
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 21 lines (+5/-1)
1 file modified
src/View/LocationBar.vala (+5/-1)
To merge this branch: bzr merge lp:~artem-anufrij/pantheon-files/Bugfix-1356254
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+235198@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Well done

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/View/LocationBar.vala'
2--- src/View/LocationBar.vala 2014-07-30 11:16:16 +0000
3+++ src/View/LocationBar.vala 2014-09-18 18:42:18 +0000
4@@ -63,6 +63,10 @@
5 bread.search_results.clear ();
6 search_mode_left ();
7 }
8+ else
9+ {
10+ bread.text = "";
11+ }
12 });
13
14 margin_top = 4;
15@@ -441,4 +445,4 @@
16 Gtk.get_current_event_time ());
17 }
18 }
19-}
20+}
21\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: