~indicator-applet-developers/ido/trunk.14.10

« back to all changes in this revision

Viewing changes to src/idoplaybackmenuitem.c

  • Committer: Lars Uebernickel
  • Date: 2014-03-26 13:35:19 UTC
  • mto: This revision was merged to the branch mainline in revision 178.
  • Revision ID: lars.uebernickel@canonical.com-20140326133519-cnwqddlsq021lyqk
idoplaybackmenuitem: propagate events in the menu keyrelease handler

To issue a redraw on the menu items as well. Fixes lp:1297818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
      self->cur_pushed_button = BUTTON_NONE;
175
175
      self->keyboard_activated = FALSE;
176
176
      gtk_widget_queue_draw (widget);
177
 
      return TRUE;
 
177
      break;
178
178
    }
179
179
 
180
180
  return FALSE;