Merge lp:~ken-vandine/gwibber/action_box_improvements into lp:gwibber

Proposed by Ken VanDine
Status: Merged
Merged at revision: 1249
Proposed branch: lp:~ken-vandine/gwibber/action_box_improvements
Merge into: lp:gwibber
Diff against target: 11 lines (+1/-0)
1 file modified
libgwibber-gtk/action-box.vala (+1/-0)
To merge this branch: bzr merge lp:~ken-vandine/gwibber/action_box_improvements
Reviewer Review Type Date Requested Status
David Klasinc (community) Approve
Review via email: mp+90753@code.launchpad.net

Description of the change

hide the ActionBoxItem when activating reply so it doesn't bleed through the input entry

To post a comment you must log in.
Revision history for this message
David Klasinc (bigwhale) wrote :

All seems ok. Works for me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libgwibber-gtk/action-box.vala'
2--- libgwibber-gtk/action-box.vala 2012-01-30 15:00:26 +0000
3+++ libgwibber-gtk/action-box.vala 2012-01-30 18:26:39 +0000
4@@ -144,6 +144,7 @@
5 {
6 _amenu = new Gtk.MenuItem.with_mnemonic (_("_Reply"));
7 _amenu.activate.connect(() => {
8+ hide ();
9 string nick = "";
10 Json.Object obj = null;
11 Json.Object sender_obj = null;