update to previous changes

This commit is contained in:
Dana Jansens 2007-05-09 03:56:39 +00:00
parent 24f258e646
commit a76e91eb2a
2 changed files with 4 additions and 2 deletions

View file

@ -109,7 +109,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
/* executes it using the client in the actions, since we set that
when we make the actions! */
static void menu_execute(ObMenuEntry *self, guint state, gpointer data,
static void menu_execute(ObMenuEntry *self, ObMenuFrame *f,
ObClient *c, guint state, gpointer data,
Time time)
{
ObAction *a;

View file

@ -110,7 +110,8 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data)
/* executes it using the client in the actions, since we set that
when we make the actions! */
static void desk_menu_execute(ObMenuEntry *self, guint state, gpointer data,
static void desk_menu_execute(ObMenuEntry *self, ObMenuFrame *f,
ObClient *c, guint state, gpointer data,
Time time)
{
ObAction *a;