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
=== modified file 'src/View/LocationBar.vala'
--- src/View/LocationBar.vala 2014-07-30 11:16:16 +0000
+++ src/View/LocationBar.vala 2014-09-18 18:42:18 +0000
@@ -63,6 +63,10 @@
63 bread.search_results.clear ();63 bread.search_results.clear ();
64 search_mode_left ();64 search_mode_left ();
65 }65 }
66 else
67 {
68 bread.text = "";
69 }
66 });70 });
6771
68 margin_top = 4;72 margin_top = 4;
@@ -441,4 +445,4 @@
441 Gtk.get_current_event_time ());445 Gtk.get_current_event_time ());
442 }446 }
443 }447 }
444}448}
445\ No newline at end of file449\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: