~mterry/ubuntu/natty/gnome-shell/wip

« back to all changes in this revision

Viewing changes to src/shell-button-box.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-30 23:09:56 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090930230956-7id5gx82lazdyz62
Tags: 2.27.3-0ubuntu1
* New upstream version
* debian/control:
  - depends on python since it's used in the wrapper 
    (lp: #413096)
  - updated gir requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
  set_pressed (box, FALSE);
160
160
 
161
 
  g_signal_emit (G_OBJECT (box), shell_button_box_signals[ACTIVATE], 0);
 
161
  g_signal_emit (G_OBJECT (box), shell_button_box_signals[ACTIVATE], 0, event);
162
162
 
163
163
  return TRUE;
164
164
}
249
249
  /**
250
250
   * ShellButtonBox::activate
251
251
   * @box: The #ShellButtonBox
 
252
   * @event: Release event which triggered the activation
252
253
   *
253
254
   * This signal is emitted when the button should take the action
254
255
   * associated with button click+release.
260
261
                  0,
261
262
                  NULL, NULL,
262
263
                  g_cclosure_marshal_VOID__VOID,
263
 
                  G_TYPE_NONE, 0);
 
264
                  G_TYPE_NONE, 1, CLUTTER_TYPE_EVENT);
264
265
 
265
266
  /**
266
267
   * ShellButtonBox:active