Fix the build
svn path=/trunk/; revision=21752
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2008-11-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
|
||||||
|
|
||||||
|
* gtk/gtkstatusicon.c: Fix the build.
|
||||||
|
|
||||||
2008-11-02 Matthias Clasen <mclasen@redhat.com>
|
2008-11-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
|
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
|
||||||
|
|||||||
@ -517,7 +517,7 @@ button_callback (gpointer data)
|
|||||||
{
|
{
|
||||||
ButtonCallbackData *bc = (ButtonCallbackData *) data;
|
ButtonCallbackData *bc = (ButtonCallbackData *) data;
|
||||||
|
|
||||||
if (event->type == GDK_BUTTON_PRESS)
|
if (bc->event->type == GDK_BUTTON_PRESS)
|
||||||
gtk_status_icon_button_press (bc->status_icon, bc->event);
|
gtk_status_icon_button_press (bc->status_icon, bc->event);
|
||||||
else
|
else
|
||||||
gtk_status_icon_button_release (bc->status_icon, bc->event);
|
gtk_status_icon_button_release (bc->status_icon, bc->event);
|
||||||
|
|||||||
Reference in New Issue
Block a user