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
=== modified file 'libgwibber-gtk/action-box.vala'
--- libgwibber-gtk/action-box.vala 2012-01-30 15:00:26 +0000
+++ libgwibber-gtk/action-box.vala 2012-01-30 18:26:39 +0000
@@ -144,6 +144,7 @@
144 {144 {
145 _amenu = new Gtk.MenuItem.with_mnemonic (_("_Reply"));145 _amenu = new Gtk.MenuItem.with_mnemonic (_("_Reply"));
146 _amenu.activate.connect(() => {146 _amenu.activate.connect(() => {
147 hide ();
147 string nick = "";148 string nick = "";
148 Json.Object obj = null;149 Json.Object obj = null;
149 Json.Object sender_obj = null;150 Json.Object sender_obj = null;